From: Carsten Meier Date: Wed, 3 Sep 2008 11:01:24 +0000 (+0200) Subject: Replaced hex-values with decimal ones X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=183ecffd8b681ca3922cfadfa26e0236a1e2d94f;p=free-sw%2Fxcb%2Fproto 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 --- 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