Remember fullscreen state of secondary window in MEOW mode

This commit is contained in:
heckflosse
2017-07-15 14:12:17 +02:00
parent 76dba8fc7b
commit fbf8999016
4 changed files with 20 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ public:
int windowWidth;
int windowHeight;
int meowMonitor;
bool meowFullScreen;
int windowX;
int windowY;
bool windowMaximized;