Remove xcb-util dependency on proto/X11

by moving many defs from X.h to <enum>s in xproto.xml
This commit is contained in:
Ian Osgood 2006-03-14 18:23:37 -08:00
parent f5c4956a81
commit 4142e34695

View File

@ -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 */
/**