Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
[free-sw/xcb/demo] / reply_formats.h
1 /*
2  * Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
3  * All Rights Reserved.  See the file COPYING in this directory
4  * for licensing information.
5  */
6
7 #ifndef REPLY_FORMATS_H
8 #define REPLY_FORMATS_H
9
10 #include <xcb/xcb.h>
11
12 int formatGetWindowAttributesReply(xcb_window_t wid, xcb_get_window_attributes_reply_t *reply);
13 int formatGetGeometryReply(xcb_window_t wid, xcb_get_geometry_reply_t *reply);
14 int formatQueryTreeReply(xcb_window_t wid, xcb_query_tree_reply_t *reply);
15 int formatEvent(xcb_generic_event_t *e);
16
17 #endif /* REPLY_FORMATS_H */