diff options
Diffstat (limited to 'graphics/macgui/macwindow.h')
| -rw-r--r-- | graphics/macgui/macwindow.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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; | 
