From 183ecffd8b681ca3922cfadfa26e0236a1e2d94f Mon Sep 17 00:00:00 2001 From: Carsten Meier Date: Wed, 3 Sep 2008 13:01:24 +0200 Subject: [PATCH] Replaced hex-values with decimal ones Replaced the GC-function values with decimal ones as some languages have a different notation for hex-values. Signed-off-by: Bart Massey --- src/xproto.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/xproto.xml b/src/xproto.xml index 17f2c47..f49826e 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -1396,22 +1396,22 @@ authorization from the authors. - 0x0 - 0x1 - 0x2 - 0x3 - 0x4 - 0x5 - 0x6 - 0x7 - 0x8 - 0x9 - 0xa - 0xb - 0xc - 0xd - 0xe - 0xf + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 -- 2.34.1