diff options
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; |