summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2006-10-12 00:51:30 +0000
committerrunge <runge>2006-10-12 00:51:30 +0000
commita5baf57ba627ca8e85b1156a0ea09ca376d0b8e4 (patch)
treef95d5e59aa0a930b4e317b6dddac509a48752c23 /x11vnc/options.c
parenta255783ee09b15e1cae63a44b6494eeeebd540a9 (diff)
downloadlibtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.tar.gz
libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.zip
x11vnc: -cursor_drag for DnD, etc.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r--x11vnc/options.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c
index 42968ef..efd42d2 100644
--- a/x11vnc/options.c
+++ b/x11vnc/options.c
@@ -158,6 +158,10 @@ int vnc_connect = 1; /* -vncconnect option */
int show_cursor = 1; /* show cursor shapes */
int show_multiple_cursors = 0; /* show X when on root background, etc */
char *multiple_cursors_mode = NULL;
+#ifndef CURSOR_DRAG
+#define CURSOR_DRAG 0
+#endif
+int cursor_drag_changes = CURSOR_DRAG;
int cursor_pos_updates = 1; /* cursor position updates -cursorpos */
int cursor_shape_updates = 1; /* cursor shape updates -nocursorshape */
int use_xwarppointer = 0; /* use XWarpPointer instead of XTestFake... */