From: Josh Triplett Date: Sat, 7 Oct 2006 07:14:11 +0000 (-0700) Subject: Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLE X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=62668fb2e24ea3c11ee3782ae0b497395a9d2bc8;p=free-sw%2Fxcb%2Fproto Change "union" to "xidunion" for XID unions like DRAWABLE and FONTABLE --- 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 +