diff options
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 4 |
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... */ |