diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 4a124d9..485634e 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -356,6 +356,9 @@ int watch_fbpm = 0; #endif int watch_dpms = 0; /* -dpms */ +int force_dpms = 0; +int client_dpms = 0; +int no_ultra_dpms = 0; int watch_selection = 1; /* normal selection/cutbuffer maintenance */ int watch_primary = 1; /* more dicey, poll for changes in PRIMARY */ |