Remove proto/X11 dependencies from xcb-demo.

This commit is contained in:
Ian Osgood 2006-03-15 10:09:47 -08:00
parent 4142e34695
commit 35ecaf45be

View File

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