summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2014-02-07 18:01:30 +0100
committerSimon Rettberg2014-02-07 18:01:30 +0100
commit290046118326ae16dacfcba94378060902dd14cb (patch)
tree227029e3b48deb1d4d01ce497d9ec3b8d47f7a61 /src/globals.h
parentCheck if the window is still centered once a second and move it if neccessary. (diff)
downloadvmchooser-master.tar.gz
vmchooser-master.tar.xz
vmchooser-master.zip
Add support for autostarting a session predefined in /opt/openslx/config in SLX_BENCHMARK_VMHEADmaster
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 f32fc64..32ecedb 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -16,6 +16,8 @@
#define VMCHOOSER_DEFAULT_WIDTH 500
#define VMCHOOSER_DEFAULT_HEIGHT 580
+#define OPENSLXCONFIG "/opt/openslx/config"
+
class QString;
extern bool debugMode;