diff options
author | runge <runge> | 2006-10-12 00:51:30 +0000 |
---|---|---|
committer | runge <runge> | 2006-10-12 00:51:30 +0000 |
commit | a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4 (patch) | |
tree | f95d5e59aa0a930b4e317b6dddac509a48752c23 /x11vnc/options.h | |
parent | a255783ee09b15e1cae63a44b6494eeeebd540a9 (diff) | |
download | libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.tar.gz libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.zip |
x11vnc: -cursor_drag for DnD, etc.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 835f86e..5822c26 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -133,6 +133,7 @@ extern int vnc_connect; extern int show_cursor; extern int show_multiple_cursors; extern char *multiple_cursors_mode; +extern int cursor_drag_changes; extern int cursor_pos_updates; extern int cursor_shape_updates; extern int use_xwarppointer; |