QTfrontend/gameuiconfig.h
branchui-scaling
changeset 15663 d92eeb468dad
parent 15283 c4fd2813b127
parent 15299 3bf780084c86
--- a/QTfrontend/gameuiconfig.h	Wed Jul 31 23:14:27 2019 +0200
+++ b/QTfrontend/gameuiconfig.h	Fri Jul 03 23:51:47 2020 +0200
@@ -40,6 +40,8 @@
         QStringList GetTeamsList();
         QRect vid_Resolution();
         std::pair<QRect, QRect> vid_ResolutionPair();
+        bool vid_Maximized();
+        void vid_SetMaximized(bool isMaximized);
         bool vid_Fullscreen();
         quint32 translateQuality();
         bool isSoundEnabled();
@@ -108,6 +110,7 @@
         QList<BindAction> m_binds;
 
         void applyProxySettings();
+        bool pIsEngineWindowMaximized;
 
         QString cachedRandomNick;
 };