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 8a494b6..a0a9ae5 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -120,6 +120,8 @@ int launch_gui = 0; /* -gui */ #define AVAHI 0 #endif int avahi = AVAHI; /* -avahi, -mdns */ +int vnc_redirect = 0; +int vnc_redirect_sock = -1; int use_modifier_tweak = 1; /* use the shift/altgr modifier tweak */ int watch_capslock = 0; /* -capslock */ |