diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index adbd467..4f18587 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -355,6 +355,7 @@ int use_threads = 0; #endif /* info about command line opts */ +int got_noxwarppointer = 0; int got_rfbport = 0; int got_rfbport_val = -1; int got_alwaysshared = 0; |