diff options
Diffstat (limited to 'x11vnc/macosx.h')
-rw-r--r-- | x11vnc/macosx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/macosx.h b/x11vnc/macosx.h index 77c6e4a..42470d7 100644 --- a/x11vnc/macosx.h +++ b/x11vnc/macosx.h @@ -13,6 +13,8 @@ extern int macosx_get_cursor_pos(int *, int *); extern int macosx_valid_window(Window, XWindowAttributes*); extern Status macosx_xquerytree(Window w, Window *root_return, Window *parent_return, Window **children_return, unsigned int *nchildren_return); +extern void macosx_send_sel(char *, int); +extern void macosx_set_sel(char *, int); |