From 8b3c1209de3c4545f288b0a5c3bd395828f6da34 Mon Sep 17 00:00:00 2001 From: Bart Massey Date: Wed, 3 Sep 2008 11:37:03 -0700 Subject: [PATCH] did remaining replacements of hex constants with decimal --- src/glx.xml | 16 ++++++++-------- src/render.xml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/glx.xml b/src/glx.xml index 0f09b28..4689249 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -109,19 +109,19 @@ The patch that fixed this server bug in X.org CVS is here: - 0x8017 + 32791 - 0x8018 + 32792 - 0x8019 + 32793 - 0x801A + 32794 @@ -222,7 +222,7 @@ The patch that fixed this server bug in X.org CVS is here: 17 18 19 - 0x000ffffff + 16777215 @@ -525,9 +525,9 @@ The patch that fixed this server bug in X.org CVS is here: - 0x1C00 - 0x1C01 - 0x1C02 + 7168 + 7169 + 7170 diff --git a/src/render.xml b/src/render.xml index b538f00..63d5b18 100644 --- a/src/render.xml +++ b/src/render.xml @@ -32,7 +32,7 @@ for licensing information. - 0x10 + 16 @@ -45,7 +45,7 @@ for licensing information. - 0x20 + 32 -- 2.7.4