From f4c0265fea283895e7d87091c77369542b1704a4 Mon Sep 17 00:00:00 2001 From: Ian Osgood Date: Wed, 15 Mar 2006 22:41:08 -0800 Subject: [PATCH] Change syntax to n as Jamey and Josh suggested and add more button, key, and graphics enumerations. --- src/xcb.xsd | 6 +- src/xproto.xml | 232 ++++++++++++++++++++++++++++++++++--------------- 2 files changed, 163 insertions(+), 75 deletions(-) diff --git a/src/xcb.xsd b/src/xcb.xsd index 8b3e1fd..4fa1fad 100644 --- a/src/xcb.xsd +++ b/src/xcb.xsd @@ -88,11 +88,7 @@ authorization from the authors. - - - - - + diff --git a/src/xproto.xml b/src/xproto.xml index 3571ae1..7b6f4d5 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -27,6 +27,17 @@ authorization from the authors. --> + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + @@ -44,6 +55,15 @@ authorization from the authors. + + 8 + 9 + 10 + 11 + 12 + 15 + + @@ -353,21 +373,21 @@ authorization from the authors. - - - - - - - - - - - - - - - + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 @@ -378,31 +398,31 @@ authorization from the authors. 0 - - - - - - - - - - - - - - - - - - - - - - - - - + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 @@ -506,13 +526,13 @@ authorization from the authors. - - - - - - - + 0 + 1 + 2 + 3 + 4 + 5 + 6 @@ -1022,29 +1042,90 @@ authorization from the authors. - - - - - - - - - - - - - - - - - - - - - - - + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + + + + + 0x0 + 0x1 + 0x2 + 0x3 + 0x4 + 0x5 + 0x6 + 0x7 + 0x8 + 0x9 + 0xa + 0xb + 0xc + 0xd + 0xe + 0xf + + + + 0 + 1 + 2 + + + + 0 + 1 + 2 + 3 + + + + 0 + 1 + 2 + + + + 0 + 1 + 2 + 3 + + + + 0 + 1 + + + + 0 + 1 + + + + 0 + 1 @@ -1724,6 +1805,17 @@ authorization from the authors. + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + -- 2.34.1