summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-03 11:39:54 +0200
committerSimon Rettberg2019-06-03 11:39:54 +0200
commit9e28d36029ac34d8739115d27cb72cb7d92d02f1 (patch)
treeaa2b99b7205e8ff93eefd3636c36c469bb9dc0c4 /src/config.h
parentDon't replace window flags, just add new one (diff)
downloadvmchooser2-9e28d36029ac34d8739115d27cb72cb7d92d02f1.tar.gz
vmchooser2-9e28d36029ac34d8739115d27cb72cb7d92d02f1.tar.xz
vmchooser2-9e28d36029ac34d8739115d27cb72cb7d92d02f1.zip
Add option to show the "disable screensaver" checkbox
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index f1a20ea..011e82a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -8,6 +8,7 @@ struct ConfigOption;
class Config
{
public:
+ static const ConfigOption* const ALLOW_SCREENSAVER_DISABLE;
static const ConfigOption* const ALLOW_VM_EDIT;
static const ConfigOption* const AUTOQUIT;
static const ConfigOption* const BASEDIR;