Fix some more problems in MEOW mode, #3957

This commit is contained in:
heckflosse
2017-07-16 18:00:43 +02:00
parent cfa7e335fa
commit 164c577b24
5 changed files with 83 additions and 29 deletions

View File

@@ -139,8 +139,11 @@ public:
bool windowMaximized;
int meowMonitor;
bool meowFullScreen;
bool meowMaximized;
int meowWidth;
int meowHeight;
int meowX;
int meowY;
int detailWindowWidth;
int detailWindowHeight;
int dirBrowserWidth;