mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-07 10:48:06 +02:00
Remove proto/X11 dependencies from xcb-demo.
This commit is contained in:
parent
4142e34695
commit
35ecaf45be
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ extern "C" {
|
|||
/** XCBNone is the universal null resource or null atom parameter value for many core X requests */
|
||||
#define XCBNone 0L
|
||||
|
||||
/** XCBCopyFromParent can be used for many CreateWindow parameters */
|
||||
#define XCBCopyFromParent 0L
|
||||
|
||||
/* Opaque structures */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue