From 4ab02530ae8e6d32bf970973669b306a859b2805 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Thu, 2 Jun 2016 19:02:32 +0200 Subject: GRAPHICS: Add MacWindowBorder to abstract borders --- graphics/macgui/macwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'graphics/macgui/macwindow.h') diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h index 6526e05876..1181190300 100644 --- a/graphics/macgui/macwindow.h +++ b/graphics/macgui/macwindow.h @@ -53,9 +53,12 @@ #include "graphics/nine_patch.h" #include "graphics/palette.h" +#include "graphics/macgui/macwindowborder.h" + namespace Graphics { class MacWindowManager; +class MacWindowBorder; namespace MacWindowConstants { enum WindowType { @@ -155,6 +158,8 @@ private: NinePatchBitmap *_bmp; TransparentSurface *_borders; + MacWindowBorder _macBorder; + bool _scrollable; bool _resizable; bool _active; -- cgit v1.2.3