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/user.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/user.h')
-rw-r--r-- | x11vnc/user.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/user.h b/x11vnc/user.h index 543e1e5..6c6541e 100644 --- a/x11vnc/user.h +++ b/x11vnc/user.h @@ -11,5 +11,6 @@ extern void install_passwds(void); extern void check_new_passwds(int force); extern int wait_for_client(int *argc, char** argv, int http); extern rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len); +extern char *xdmcp_insert; #endif /* _X11VNC_USER_H */ |