summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2015-02-02 17:15:17 +0100
committerSimon Rettberg2015-02-02 17:15:17 +0100
commit571c10c49f3b3046bb40245d2d44861706819f16 (patch)
treedd5fa0b914428946f24df1b3e89b6f98da910eae /src/globals.h
parentMake window move to z-order bottom at startup (diff)
downloadvmchooser2-571c10c49f3b3046bb40245d2d44861706819f16.tar.gz
vmchooser2-571c10c49f3b3046bb40245d2d44861706819f16.tar.xz
vmchooser2-571c10c49f3b3046bb40245d2d44861706819f16.zip
Resize window on resolution change
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index c0d09d3..b943238 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -52,6 +52,8 @@ extern const QString news_backup_filename;
extern QString urlBase;
+extern bool _fullscreen;
+
bool myLessThan(Session* a, Session* b);
#endif