diff options
author | runge <runge> | 2006-07-31 03:36:21 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-31 03:36:21 +0000 |
commit | 34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e (patch) | |
tree | c9fa0063dd8a056b00e2b4352bbbfc7a0e36d0e9 /x11vnc/pointer.c | |
parent | a8692ae08ecca083f2653db690473fb24b4bf0a4 (diff) | |
download | libtdevnc-34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e.tar.gz libtdevnc-34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e.zip |
x11vnc: more features to ssl_vncviewer for enhanced tightvnc viewer project
Diffstat (limited to 'x11vnc/pointer.c')
-rw-r--r-- | x11vnc/pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/pointer.c b/x11vnc/pointer.c index 700fda0..0fa2919 100644 --- a/x11vnc/pointer.c +++ b/x11vnc/pointer.c @@ -14,6 +14,7 @@ #include "v4l.h" #include "linuxfb.h" #include "uinput.h" +#include "scan.h" int pointer_queued_sent = 0; |