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:
parent
f5c4956a81
commit
4142e34695
|
@ -81,6 +81,10 @@ extern "C" {
|
||||||
#define XCB_TYPE_PAD(T,I) (-(I) & (sizeof(T) > 4 ? 3 : sizeof(T) - 1))
|
#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 */
|
/* Opaque structures */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue