From 5ff736d3edee47bdb9d9a7431fe09e6776c33803 Mon Sep 17 00:00:00 2001 From: Bart Massey Date: Thu, 21 May 2009 10:44:47 -0700 Subject: wrapped xcb_atom.h for C++ per bug report of --- atom/xcb_atom.h.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +#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__ */ -- cgit v1.2.3