From 4a83f87609b9d53b2983806be58ccd02498a5cd3 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 13 Nov 2006 15:33:00 +0000 Subject: x11vnc: Native Mac OS X support. --- x11vnc/cursor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11vnc/cursor.h') 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 */ -- cgit v1.2.3