From a2955b102547ab37a7cf9b42ca0addeed82bb942 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Fri, 29 Jul 2016 12:14:19 +0200 Subject: GRAPHICS: Add active/inactive borders to MacWindowBorders --- graphics/macgui/macwindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/macgui/macwindow.h') 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; -- cgit v1.2.3