From 62668fb2e24ea3c11ee3782ae0b497395a9d2bc8 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 7 Oct 2006 00:14:11 -0700 Subject: [PATCH] Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLE --- src/extensions/glx.xml | 12 ++++++------ src/xcb.xsd | 9 +++++++++ src/xproto.xml | 16 ++++++++-------- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/extensions/glx.xml b/src/extensions/glx.xml index ba5c253..b10326b 100644 --- a/src/extensions/glx.xml +++ b/src/extensions/glx.xml @@ -53,12 +53,12 @@ The patch that fixed this server bug in X.org CVS is here: - - - - - - + + xproto:WINDOW + PBUFFER + glx:PIXMAP + glx:WINDOW + diff --git a/src/xcb.xsd b/src/xcb.xsd index 4fa1fad..d171656 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -199,6 +199,15 @@ authorization from the authors. + + + + + + + + diff --git a/src/xproto.xml b/src/xproto.xml index 7ad966b..7fcbc2f 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -47,15 +47,15 @@ authorization from the authors. - - - - + + WINDOW + PIXMAP + - - - - + + FONT + GCONTEXT + -- 2.34.1