diff options
author | runge <runge> | 2006-11-13 15:33:00 +0000 |
---|---|---|
committer | runge <runge> | 2006-11-13 15:33:00 +0000 |
commit | 4a83f87609b9d53b2983806be58ccd02498a5cd3 (patch) | |
tree | a79c96930a97fb162edd1765adece43425f8db8a /x11vnc/cursor.h | |
parent | 5f9693d4a2c511f8f2ea069373807c5f36ac1459 (diff) | |
download | libtdevnc-4a83f87609b9d53b2983806be58ccd02498a5cd3.tar.gz libtdevnc-4a83f87609b9d53b2983806be58ccd02498a5cd3.zip |
x11vnc: Native Mac OS X support.
Diffstat (limited to 'x11vnc/cursor.h')
-rw-r--r-- | x11vnc/cursor.h | 2 |
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 */ |