summaryrefslogtreecommitdiff
path: root/src/xcb.h
diff options
context:
space:
mode:
authorIan Osgood <iano@quirkster.com>2006-03-14 18:23:37 -0800
committerIan Osgood <iano@quirkster.com>2006-03-14 18:23:37 -0800
commit4142e34695310c20a8a30af64e0b40842bfb5dbe (patch)
tree8ce655ec75c453fd8762ab0e6cc4d3efd0af02dd /src/xcb.h
parentf5c4956a81ed5aee3ea46e91785ec14f82e205d5 (diff)
Remove xcb-util dependency on proto/X11
by moving many defs from X.h to <enum>s in xproto.xml
Diffstat (limited to 'src/xcb.h')
-rw-r--r--src/xcb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xcb.h b/src/xcb.h
index 27f57b8..9920c85 100644
--- 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 */
/**