summaryrefslogtreecommitdiffstats
path: root/x11vnc/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/cursor.h')
-rw-r--r--x11vnc/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/cursor.h b/x11vnc/cursor.h
index 193aa23..8dbe9dc 100644
--- a/x11vnc/cursor.h
+++ b/x11vnc/cursor.h
@@ -30,5 +30,7 @@ extern void set_no_cursor(void);
extern void set_warrow_cursor(void);
extern int set_cursor(int x, int y, int which);
extern int check_x11_pointer(void);
+extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot);
+extern unsigned long get_cursor_serial(int mode);
#endif /* _X11VNC_CURSOR_H */