summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2007-02-12 02:42:28 +0000
committerrunge <runge>2007-02-12 02:42:28 +0000
commit0016cd4280ee9a0d088454a508a9c7f6bde33f62 (patch)
tree41614a1dfbd8bba02f35a588e8cc87d4e7692173 /x11vnc/options.c
parent90d96b971f04b11fe1902091a94be94697738766 (diff)
downloadlibtdevnc-0016cd4280ee9a0d088454a508a9c7f6bde33f62.tar.gz
libtdevnc-0016cd4280ee9a0d088454a508a9c7f6bde33f62.zip
x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, -xdmsvc
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r--x11vnc/options.c3
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 */