diff options
author | runge <runge> | 2007-02-12 02:42:28 +0000 |
---|---|---|
committer | runge <runge> | 2007-02-12 02:42:28 +0000 |
commit | 0016cd4280ee9a0d088454a508a9c7f6bde33f62 (patch) | |
tree | 41614a1dfbd8bba02f35a588e8cc87d4e7692173 /x11vnc/options.h | |
parent | 90d96b971f04b11fe1902091a94be94697738766 (diff) | |
download | libtdevnc-0016cd4280ee9a0d088454a508a9c7f6bde33f62.tar.gz libtdevnc-0016cd4280ee9a0d088454a508a9c7f6bde33f62.zip |
x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, -xdmsvc
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 3a09e4a..e74c4a5 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -261,6 +261,9 @@ extern int all_input; extern int watch_fbpm; extern int watch_dpms; +extern int force_dpms; +extern int client_dpms; +extern int no_ultra_dpms; extern int watch_selection; extern int watch_primary; |