From 51f3d1e140307561f64c47dae1d44f912accb5cf Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 5 Oct 2010 06:44:44 +0000 Subject: Update to the following packages: - glproto-1.4.12 - kbproto-1.0.5 - renderproto-0.11.1 - xclock-1.0.5 - xextproto-7.1.2 - xproto-7.0.18 - xwininfo-1.1.0 --- apps/xwininfo/clientwin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/xwininfo/clientwin.h') diff --git a/apps/xwininfo/clientwin.h b/apps/xwininfo/clientwin.h index 9fc59b5eb..05aa20293 100644 --- a/apps/xwininfo/clientwin.h +++ b/apps/xwininfo/clientwin.h @@ -22,8 +22,10 @@ #ifndef _CLIENTWIN_H_ #define _CLIENTWIN_H_ -#include +#include +#include -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); #endif -- cgit v1.2.3