Fixing most problem of the MEOW mode (see #3957)

This commit is contained in:
Hombre57
2017-07-16 01:38:39 +02:00
parent fbf8999016
commit cfa7e335fa
7 changed files with 142 additions and 60 deletions

View File

@@ -132,13 +132,15 @@ public:
bool browserDirPanelOpened;
bool editorFilmStripOpened;
int historyPanelWidth;
int windowWidth;
int windowHeight;
int meowMonitor;
bool meowFullScreen;
int windowX;
int windowY;
int windowWidth;
int windowHeight;
bool windowMaximized;
int meowMonitor;
bool meowFullScreen;
int meowWidth;
int meowHeight;
int detailWindowWidth;
int detailWindowHeight;
int dirBrowserWidth;