diff options
author | runge <runge> | 2006-12-17 22:24:12 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-17 22:24:12 +0000 |
commit | 399a175f0bb44865cbf3d6762ad081e2a49cd4c4 (patch) | |
tree | a2a799f254618ccb67e42373e11731bd45adb4ef /x11vnc/options.c | |
parent | afc931f15dbd81cb257a10b3e1eb0b14240a0e6b (diff) | |
download | libtdevnc-399a175f0bb44865cbf3d6762ad081e2a49cd4c4.tar.gz libtdevnc-399a175f0bb44865cbf3d6762ad081e2a49cd4c4.zip |
x11vnc: make -xwarppointer the default if xinerama is active.
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; |