diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 0a3ec9c..e394144 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -371,6 +371,8 @@ int force_dpms = 0; int client_dpms = 0; int no_ultra_dpms = 0; int no_ultra_ext = 0; +int saw_ultra_chat = 0; +int saw_ultra_file = 0; int watch_selection = 1; /* normal selection/cutbuffer maintenance */ int watch_primary = 1; /* more dicey, poll for changes in PRIMARY */ |