diff options
author | runge <runge> | 2007-02-10 21:52:26 +0000 |
---|---|---|
committer | runge <runge> | 2007-02-10 21:52:26 +0000 |
commit | 90d96b971f04b11fe1902091a94be94697738766 (patch) | |
tree | 8331ed14521fd8e7b997465d6f482d521f4537cb /x11vnc/unixpw.h | |
parent | 76720eb71bb18ec452ec1782af9f8b8d09e77efc (diff) | |
download | libtdevnc-90d96b971f04b11fe1902091a94be94697738766.tar.gz libtdevnc-90d96b971f04b11fe1902091a94be94697738766.zip |
x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
Diffstat (limited to 'x11vnc/unixpw.h')
-rw-r--r-- | x11vnc/unixpw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/unixpw.h b/x11vnc/unixpw.h index 53f70ec..50b2689 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -17,6 +17,8 @@ extern int unixpw_in_progress; extern int unixpw_denied; extern int unixpw_in_rfbPE; extern int unixpw_login_viewonly; +extern int unixpw_tightvnc_xfer_save; +extern rfbBool unixpw_file_xfer_save; extern time_t unixpw_last_try_time; extern rfbClientPtr unixpw_client; extern int keep_unixpw; |