From 476a3fdbc9f4f6256cd64f6683f4529bab1aecec Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Wed, 22 Sep 2010 23:26:16 -0400 Subject: [PATCH] Fix 'make check' Adds support for optional bitcase names. Partially reverts 76ca2c0b152 which appears to have added fixed_type to xproto.xml by accident. Signed-off-by: Peter Harris --- src/xcb.xsd | 1 + src/xproto.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xcb.xsd b/src/xcb.xsd index 5169b48..7fdf125 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -66,6 +66,7 @@ authorization from the authors. + diff --git a/src/xproto.xml b/src/xproto.xml index 87dd762..2d76efa 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -833,7 +833,7 @@ authorization from the authors. - + value_mask BackPixmap -- 2.34.1