summaryrefslogtreecommitdiffstats
path: root/x11vnc/macosx.h
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 05:24:25 +0000
committerrunge <runge>2006-12-28 05:24:25 +0000
commit56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (patch)
tree34da978baeba2c625611bcaaf8cba8571ab00f8b /x11vnc/macosx.h
parent8aa6fb9523957c7f4a3f14fb2c90ea9f9292a41f (diff)
downloadlibvncserver-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.zip
libvncserver-56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18.tar.gz
x11vnc: more work on -ncache.
Diffstat (limited to 'x11vnc/macosx.h')
-rw-r--r--x11vnc/macosx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11vnc/macosx.h b/x11vnc/macosx.h
index 42470d7..1ff0b69 100644
--- a/x11vnc/macosx.h
+++ b/x11vnc/macosx.h
@@ -16,6 +16,13 @@ extern Status macosx_xquerytree(Window w, Window *root_return, Window *parent_re
extern void macosx_send_sel(char *, int);
extern void macosx_set_sel(char *, int);
+extern void macosx_add_mapnotify(Window win, int level, int map);
+extern void macosx_add_create(Window win, int level);
+extern void macosx_add_destroy(Window win, int level);
+extern void macosx_add_visnotify(Window win, int level, int obscured);
+extern int macosx_checkevent(XEvent *ev);
+
+extern Window macosx_click_frame;
#endif /* _X11VNC_MACOSX_H */
OpenPOWER on IntegriCloud