diff options
author | runge <runge> | 2006-07-04 16:09:22 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-04 16:09:22 +0000 |
commit | a7726a6f970f49c2bedac4926aa30de18d96ae41 (patch) | |
tree | 79c23911a3acba751461bcdc3db5d6b59364a433 /x11vnc/cursor.h | |
parent | 9992160105b0433484bca804d62eb672aff113de (diff) | |
download | libtdevnc-a7726a6f970f49c2bedac4926aa30de18d96ae41.tar.gz libtdevnc-a7726a6f970f49c2bedac4926aa30de18d96ae41.zip |
x11vnc: more -unixpw work. add -license, etc. options
Diffstat (limited to 'x11vnc/cursor.h')
-rw-r--r-- | x11vnc/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/cursor.h b/x11vnc/cursor.h index 6b5f646..193aa23 100644 --- a/x11vnc/cursor.h +++ b/x11vnc/cursor.h @@ -27,6 +27,7 @@ extern int cursor_shape_updates_clients(rfbScreenInfoPtr s); extern int cursor_pos_updates_clients(rfbScreenInfoPtr s); extern void cursor_position(int x, int y); 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); |