summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/salframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/osx/salframe.h')
-rw-r--r--vcl/inc/osx/salframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h
index c615690946f4..c2b53e270648 100644
--- a/vcl/inc/osx/salframe.h
+++ b/vcl/inc/osx/salframe.h
@@ -38,6 +38,7 @@
#include <stdexcept>
class AquaSalGraphics;
+class AquaSalFrame;
class AquaSalTimer;
class AquaSalInstance;
class AquaSalMenu;
@@ -60,6 +61,7 @@ public:
int mnMinHeight; // min. client height in pixels
int mnMaxWidth; // max. client width in pixels
int mnMaxHeight; // max. client height in pixels
+ NSRect maFullScreenRect; // old window size when in FullScreen
bool mbGraphics; // is Graphics used?
bool mbFullScreen; // is Window in FullScreen?
bool mbShown;