From a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4 Mon Sep 17 00:00:00 2001 From: runge Date: Thu, 12 Oct 2006 00:51:30 +0000 Subject: x11vnc: -cursor_drag for DnD, etc. --- x11vnc/options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11vnc/options.c') 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... */ -- cgit v1.2.3