summaryrefslogtreecommitdiffstats
path: root/x11vnc/pointer.h
diff options
context:
space:
mode:
authorrunge <runge>2007-02-10 21:52:26 +0000
committerrunge <runge>2007-02-10 21:52:26 +0000
commit90d96b971f04b11fe1902091a94be94697738766 (patch)
tree8331ed14521fd8e7b997465d6f482d521f4537cb /x11vnc/pointer.h
parent76720eb71bb18ec452ec1782af9f8b8d09e77efc (diff)
downloadlibtdevnc-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/pointer.h')
-rw-r--r--x11vnc/pointer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/pointer.h b/x11vnc/pointer.h
index 7034631..c455cc5 100644
--- a/x11vnc/pointer.h
+++ b/x11vnc/pointer.h
@@ -10,5 +10,6 @@ extern void do_button_mask_change(int mask, int button);
extern void pointer(int mask, int x, int y, rfbClientPtr client);
extern int check_pipeinput(void);
extern void initialize_pipeinput(void);
+extern void update_x11_pointer_position(int x, int y);
#endif /* _X11VNC_POINTER_H */