summaryrefslogtreecommitdiffstats
path: root/x11vnc/xwrappers.c
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 15:51:44 +0000
committerrunge <runge>2006-12-28 15:51:44 +0000
commit99a557d673ac4444532ac7025cb479a229ea7fb3 (patch)
tree3e403f6e52782a3e458cada3501ae8b1839c8364 /x11vnc/xwrappers.c
parent56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (diff)
downloadlibtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.tar.gz
libtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.zip
x11vnc: clean up compiler warnings.
Diffstat (limited to 'x11vnc/xwrappers.c')
-rw-r--r--x11vnc/xwrappers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/xwrappers.c b/x11vnc/xwrappers.c
index 5822ddc..14635a4 100644
--- a/x11vnc/xwrappers.c
+++ b/x11vnc/xwrappers.c
@@ -79,6 +79,10 @@ Bool XQueryPointer_wr(Display *display, Window w, Window *root_return,
Window *child_return, int *root_x_return, int *root_y_return,
int *win_x_return, int *win_y_return, unsigned int *mask_return);
+Status XQueryTree_wr(Display *display, Window w, Window *root_return,
+ Window *parent_return, Window **children_return,
+ unsigned int *nchildren_return);
+
int XFree_wr(void *data);
int XSelectInput_wr(Display *display, Window w, long event_mask);