diff options
author | runge <runge> | 2006-11-21 22:16:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-11-21 22:16:23 +0000 |
commit | 27a884d2f3775cf4d97ea8f3d7433cbe2deebbfc (patch) | |
tree | a4b7c9f0ae519b0afa0d14b646abca3ad01b35a8 /x11vnc/macosx.h | |
parent | 05ba45f72e70b4372ef05a8aca34a3bddcfaeb71 (diff) | |
download | libtdevnc-27a884d2f3775cf4d97ea8f3d7433cbe2deebbfc.tar.gz libtdevnc-27a884d2f3775cf4d97ea8f3d7433cbe2deebbfc.zip |
x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframing
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); |