diff options
author | runge <runge> | 2006-09-14 02:20:57 +0000 |
---|---|---|
committer | runge <runge> | 2006-09-14 02:20:57 +0000 |
commit | 130cf391b60b93f187152cc10f389106caf1cbeb (patch) | |
tree | a6a4853e054137b0e37c2243d41947ee9c6c9640 /x11vnc/x11vnc.h | |
parent | 94501cdcfaeecf09c42584589a4d419ce6ecf8aa (diff) | |
download | libvncserver-130cf391b60b93f187152cc10f389106caf1cbeb.zip libvncserver-130cf391b60b93f187152cc10f389106caf1cbeb.tar.gz |
x11vnc: enhanced_tightvnc_viewer files, ssh -t keystroke response improvement.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index fb2c6d1..6d518d6 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -450,6 +450,8 @@ extern double last_copyrect_fix; extern double servertime_diff; extern double x11vnc_start; +extern int hack_val; + /* last client to move pointer */ extern rfbClientPtr last_pointer_client; |