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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h
index 1181190300..bffeaf7104 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 setBorders(TransparentSurface *source);
+ void setBorder(TransparentSurface *source, bool active);
private:
void drawBorder();
@@ -155,7 +155,6 @@ private:
ManagedSurface _borderSurface;
ManagedSurface _composeSurface;
- NinePatchBitmap *_bmp;
TransparentSurface *_borders;
MacWindowBorder _macBorder;