diff options
author | runge <[email protected]> | 2010-09-10 14:26:58 -0400 |
---|---|---|
committer | runge <[email protected]> | 2010-09-10 14:26:58 -0400 |
commit | 067a88160c994e364ebb23900228633b84f99e91 (patch) | |
tree | af2b04b5a044482e35fce85bc48b5504f5e8a2ea /x11vnc/options.c | |
parent | ad254469783b4720db64d8ebeeb12aeb0533e542 (diff) | |
download | libtdevnc-067a88160c994e364ebb23900228633b84f99e91.tar.gz libtdevnc-067a88160c994e364ebb23900228633b84f99e91.zip |
update to x11vnc 0.9.12
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 0ad72f9..890a8a4 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -258,6 +258,7 @@ 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... */ +int always_inject = 0; /* inject new mouse coordinates even if dx=dy=0 */ int show_dragging = 1; /* process mouse movement events */ #ifndef WIREFRAME #define WIREFRAME 1 |