Improved on the QT implementation of the new approach, per suggestion by Manaatti.

This commit is contained in:
OBattler
2023-04-13 23:00:01 +02:00
parent df24b4be0f
commit bbf42db3c7
2 changed files with 8 additions and 6 deletions

View File

@@ -167,6 +167,10 @@ private:
bool resizableonce = false;
bool vnc_enabled = false;
/* Full screen ON and OFF signals */
static bool fs_on_signal = false;
static bool fs_off_signal = false;
friend class SpecifyDimensions;
friend class ProgSettings;
friend class RendererCommon;