summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Massey <bart@cs.pdx.edu>2009-05-21 10:44:47 -0700
committerBart Massey <bart@cs.pdx.edu>2009-05-21 10:44:47 -0700
commit9beadbfd866710f6c892542f9f23dc751edd4b5d (patch)
tree6f9df1933e95908297c766d14d5504c2e2d5dffa
parent16db1b6c77aa75dbcad609a30e25199c6c15a91a (diff)
wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>
-rw-r--r--atom/xcb_atom.h.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/atom/xcb_atom.h.m4 b/atom/xcb_atom.h.m4
index 7eb44cd..3579211 100644
--- a/atom/xcb_atom.h.m4
+++ b/atom/xcb_atom.h.m4
@@ -3,6 +3,10 @@
#include <xcb/xcb.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
enum xcb_atom_fast_tag_t {
TAG_COOKIE,
TAG_VALUE
@@ -39,4 +43,8 @@ char *xcb_atom_name_unique(const char *base, uint32_t id);
define(`DO', `extern const xcb_atom_t $1;')dnl
include(atomlist.m4)`'dnl
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __XCB_ATOM_H__ */