aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/macgui/macwindow.h')
-rw-r--r--graphics/macgui/macwindow.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index bffeaf7104..e9e2ffd34c 100644
--- a/graphics/macgui/macwindow.h
+++ b/graphics/macgui/macwindow.h
@@ -138,7 +138,7 @@ public:
bool processEvent(Common::Event &event);
bool hasAllFocus() { return _beingDragged || _beingResized; }
- void setBorder(TransparentSurface *source, bool active);
+ void setBorder(TransparentSurface &border, bool active);
private:
void drawBorder();
@@ -155,8 +155,6 @@ private:
ManagedSurface _borderSurface;
ManagedSurface _composeSurface;
- TransparentSurface *_borders;
-
MacWindowBorder _macBorder;
bool _scrollable;