From 4dab6a9b8cfc099dc94f997de7e5881566861bbf Mon Sep 17 00:00:00 2001 From: Ian Osgood Date: Wed, 22 Mar 2006 17:57:57 -0800 Subject: [PATCH] Work on the tutorial, and update xproto.xml to match: * Fixed grammar * Answered some TODO's and added some more * Updated X.h constants to those in xproto.h * Added enumerations used in tutorial to xproto.xml * Prefered XCBFlush to XCBSync * Corrected and refactored the "events" example I extracted the examples to test them. Where should I put them? --- src/xproto.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/xproto.xml b/src/xproto.xml index 7b6f4d5..8ccf1d9 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -534,6 +534,14 @@ authorization from the authors. 5 6 + + + 0 + 1 + 2 + 3 + 4 + @@ -1061,7 +1069,7 @@ authorization from the authors. 16 17 18 - 19 + 19 20 21 22 @@ -1263,6 +1271,12 @@ authorization from the authors. + + 0 + 1 + 2 + + @@ -1372,6 +1386,11 @@ authorization from the authors. + + 0 + 1 + + -- 2.34.1