mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-07 03:48:03 +02:00
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
1 changed files with 4 additions and 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 */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue