From 12a2b2bf7492d292c9f8e2b2abb3be1dc3e98ab1 Mon Sep 17 00:00:00 2001 From: Antoine Latter Date: Sun, 4 Jan 2009 20:13:13 -0600 Subject: [PATCH] Associate fields with the enum which describes their allowed values. Two optional attributes are added to the field element: enum - This fieled may assume one of the values in the named enum mask - This fieled is a bitmask of the values in the named enum Signed-off-by: Julien Danjou --- src/xcb.xsd | 14 ++++++- src/xproto.xml | 120 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 73 insertions(+), 61 deletions(-) diff --git a/src/xcb.xsd b/src/xcb.xsd index ba334d1..f84d194 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -53,7 +53,19 @@ authorization from the authors. - + + + + + + + + + + + - + - + @@ -1636,8 +1636,8 @@ authorization from the authors. - - + + @@ -1663,7 +1663,7 @@ authorization from the authors. - + @@ -1678,7 +1678,7 @@ authorization from the authors. - + @@ -1744,7 +1744,7 @@ authorization from the authors. - + @@ -1993,7 +1993,7 @@ authorization from the authors. - + @@ -2086,7 +2086,7 @@ authorization from the authors. - + @@ -2139,8 +2139,8 @@ authorization from the authors. - - + + @@ -2148,8 +2148,8 @@ authorization from the authors. - - + + @@ -2169,8 +2169,8 @@ authorization from the authors. - - + + @@ -2179,7 +2179,7 @@ authorization from the authors. - + @@ -2189,7 +2189,7 @@ authorization from the authors. - + @@ -2204,7 +2204,7 @@ authorization from the authors. - + @@ -2214,7 +2214,7 @@ authorization from the authors. - + @@ -2242,7 +2242,7 @@ authorization from the authors. - + @@ -2258,7 +2258,7 @@ authorization from the authors. map_len - + @@ -2292,7 +2292,7 @@ authorization from the authors. - + -- 2.7.4