diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-04-14 19:26:36 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-04-14 19:26:36 +0000 |
commit | c21ea473889cd5954d4b92db54ed578512a5f032 (patch) | |
tree | aaffeb503a33c1d5c19c841c4573f8cc57b40fc4 /lib/xcb-util/src/xcb_util.h | |
parent | 69d43ed7609a4f202c83ac2c65fb695ee1fe72c7 (diff) |
Update xcb-utils to 0.3.9. Tested by naddy@, shadchin@ and ajacoutot@
who I forgot to thank for testing libxcb-1.10 too.
Diffstat (limited to 'lib/xcb-util/src/xcb_util.h')
-rw-r--r-- | lib/xcb-util/src/xcb_util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/xcb-util/src/xcb_util.h b/lib/xcb-util/src/xcb_util.h new file mode 100644 index 000000000..0f06f1b06 --- /dev/null +++ b/lib/xcb-util/src/xcb_util.h @@ -0,0 +1,8 @@ +#ifndef __XCB_UTIL_H__ +#define __XCB_UTIL_H__ + +#include <xcb/xcb_atom.h> +#include <xcb/xcb_aux.h> +#include <xcb/xcb_event.h> + +#endif /* __XCB_UTIL_H__ */ |