diff options
author | runge <runge> | 2006-12-28 17:57:10 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-28 17:57:10 +0000 |
commit | f9baaf1ee49e7889808b1f058a5f348a9cd5f027 (patch) | |
tree | 67b130f468967c942662f620950e188672d84e60 /x11vnc/macosx.h | |
parent | 99a557d673ac4444532ac7025cb479a229ea7fb3 (diff) | |
download | libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.tar.gz libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.zip |
more compiler warnings cleanup.
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 1ff0b69..907c723 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 int macosx_get_wm_frame_pos(int *px, int *py, int *x, int *y, int *w, int *h, + Window *frame, Window *win); extern void macosx_send_sel(char *, int); extern void macosx_set_sel(char *, int); |