Remove xcb-util dependency on proto/X11
authorIan Osgood <iano@quirkster.com>
Wed, 15 Mar 2006 02:23:37 +0000 (18:23 -0800)
committerIan Osgood <iano@quirkster.com>
Wed, 15 Mar 2006 02:23:37 +0000 (18:23 -0800)
by moving many defs from X.h to <enum>s in xproto.xml

src/xcb.h

index 27f57b8..9920c85 100644 (file)
--- a/src/xcb.h
+++ b/src/xcb.h
@@ -81,6 +81,10 @@ extern "C" {
 #define XCB_TYPE_PAD(T,I) (-(I) & (sizeof(T) > 4 ? 3 : sizeof(T) - 1))
 
 
+/** XCBNone is the universal null resource or null atom parameter value for many core X requests */
+#define XCBNone 0L
+
+
 /* Opaque structures */
 
 /**