summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Massey <bart@cs.pdx.edu>2009-05-21 10:44:47 -0700
committerArnaud Fontaine <arnau@debian.org>2010-11-14 19:51:10 +0900
commit5e88d1fa0a4bdd2b19c7d9b5fdfb2d70a7fdc2ae (patch)
treee1d23ed68314f74a6f7e527fbf5e2259c049d557
parent04003178b1f9bc0c69a6ced184fbf81e5ee7b5ad (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__ */