From 4ebc84c7503d16c01c7899713ca5932aa8f50b79 Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Mon, 10 Dec 2007 19:58:48 -0500 Subject: [PATCH] Use instead of where appropriate --- src/glx.xml | 40 ++++++++++++++++++++-------------------- src/record.xml | 6 +++--- src/xprint.xml | 6 +++--- src/xv.xml | 14 +++++++------- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/glx.xml b/src/glx.xml index feaffce..ae5c0ac 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -201,26 +201,26 @@ The patch that fixed this server bug in X.org CVS is here: - 0x00000001 - 0x00000002 - 0x00000004 - 0x00000008 - 0x00000010 - 0x00000020 - 0x00000040 - 0x00000080 - 0x00000100 - 0x00000200 - 0x00000400 - 0x00000800 - 0x00001000 - 0x00002000 - 0x00004000 - 0x00008000 - 0x00010000 - 0x00020000 - 0x00040000 - 0x00080000 + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 0x000ffffff diff --git a/src/record.xml b/src/record.xml index 464f4d8..624d122 100644 --- a/src/record.xml +++ b/src/record.xml @@ -61,9 +61,9 @@ authorization from the authors. - 0x01 - 0x02 - 0x04 + 0 + 1 + 2 diff --git a/src/xprint.xml b/src/xprint.xml index 1fa2ab6..0dcff1d 100644 --- a/src/xprint.xml +++ b/src/xprint.xml @@ -59,9 +59,9 @@ authorization from the authors. - 0x00000000 - 0x00000001 - 0x00000002 + 0 + 0 + 1 diff --git a/src/xv.xml b/src/xv.xml index 2edd6e4..ebf4837 100644 --- a/src/xv.xml +++ b/src/xv.xml @@ -36,11 +36,11 @@ authorization from the authors. - 0x00000001 - 0x00000002 - 0x00000004 - 0x00000008 - 0x00000010 + 0 + 1 + 2 + 3 + 4 @@ -54,8 +54,8 @@ authorization from the authors. - 0x01 - 0x02 + 0 + 1 -- 2.34.1