From e65d239082f40e4951b0162d544660e92d798418 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 27 Jun 2012 12:37:45 +0200 Subject: extern -> XCB_EXTERN --- libxcb/src/c_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxcb/src') diff --git a/libxcb/src/c_client.py b/libxcb/src/c_client.py index cbd235659..a936b098f 100644 --- a/libxcb/src/c_client.py +++ b/libxcb/src/c_client.py @@ -200,7 +200,7 @@ def c_open(self): _h('#define XCB_%s_MAJOR_VERSION %s', _ns.ext_name.upper(), _ns.major_version) _h('#define XCB_%s_MINOR_VERSION %s', _ns.ext_name.upper(), _ns.minor_version) _h(' ') #XXX - _h('extern xcb_extension_t %s;', _ns.c_ext_global_name) + _h('XCB_EXTERN xcb_extension_t %s;', _ns.c_ext_global_name) _c('') _c('xcb_extension_t %s = { "%s", 0 };', _ns.c_ext_global_name, _ns.ext_xname) -- cgit v1.2.3