diff options
author | runge <runge> | 2006-12-17 23:34:25 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-17 23:34:25 +0000 |
commit | 8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (patch) | |
tree | 82a97c679b609325b8df6c2c9a00a85525fde0a1 /x11vnc/x11vnc.h | |
parent | 399a175f0bb44865cbf3d6762ad081e2a49cd4c4 (diff) | |
download | libtdevnc-8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f.tar.gz libtdevnc-8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f.zip |
x11vnc: first pass at client-side caching, -ncache option.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index ff483b9..589736b 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -134,7 +134,9 @@ #define PASSWD_UNLESS_NOPW 0 #endif +/* these are for delaying features: */ #define xxNO_SSL_OR_UNIXPW +#define xxNO_NCACHE /* * Beginning of support for small binary footprint build for embedded @@ -360,6 +362,8 @@ extern int button_mask; /* button state and info */ extern int button_mask_prev; extern int num_buttons; +extern long xselectinput_rootwin; + extern unsigned int display_button_mask; extern unsigned int display_mod_mask; |