summaryrefslogtreecommitdiff
path: root/clientwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'clientwin.h')
-rw-r--r--clientwin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/clientwin.h b/clientwin.h
index 9fc59b5..05aa202 100644
--- a/clientwin.h
+++ b/clientwin.h
@@ -24,5 +24,7 @@
-#include <X11/Xlib.h>
+#include <xcb/xcb.h>
+#include <xcb/xproto.h>
-extern Window Find_Client(Display * dpy, Window root, Window target_win);
+extern xcb_window_t Find_Client(xcb_connection_t * dpy, xcb_window_t root,
+ xcb_window_t target_win);