diff options
author | Ian Osgood <iano@quirkster.com> | 2006-03-14 18:23:37 -0800 |
---|---|---|
committer | Ian Osgood <iano@quirkster.com> | 2006-03-14 18:23:37 -0800 |
commit | 4142e34695310c20a8a30af64e0b40842bfb5dbe (patch) | |
tree | 8ce655ec75c453fd8762ab0e6cc4d3efd0af02dd /src | |
parent | f5c4956a81ed5aee3ea46e91785ec14f82e205d5 (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')
-rw-r--r-- | src/xcb.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ /** |