Replace another Sync -> Flush
[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 <X11/XCB/xcb.h>
11
12 int formatGetWindowAttributesReply(XCBWINDOW wid, XCBGetWindowAttributesRep *reply);
13 int formatGetGeometryReply(XCBWINDOW wid, XCBGetGeometryRep *reply);
14 int formatQueryTreeReply(XCBWINDOW wid, XCBQueryTreeRep *reply);
15 int formatEvent(XCBGenericEvent *e);
16
17 #endif /* REPLY_FORMATS_H */