summaryrefslogtreecommitdiff
path: root/reply_formats.h
blob: 4795109fcac2028f526d9be620cca775cd09a54b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
 * All Rights Reserved.  See the file COPYING in this directory
 * for licensing information.
 */

#ifndef REPLY_FORMATS_H
#define REPLY_FORMATS_H

#include <xcb/xcb.h>

int formatGetWindowAttributesReply(xcb_window_t wid, xcb_get_window_attributes_reply_t *reply);
int formatGetGeometryReply(xcb_window_t wid, xcb_get_geometry_reply_t *reply);
int formatQueryTreeReply(xcb_window_t wid, xcb_query_tree_reply_t *reply);
int formatEvent(xcb_generic_event_t *e);

#endif /* REPLY_FORMATS_H */