summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kolb <jkolb@brandeis.edu>2006-05-09 15:36:47 -0400
committerJeremy Kolb <jkolb@brandeis.edu>2006-05-09 15:36:47 -0400
commita2cf7b73787354b62dc9ad34658b91f25e0bc204 (patch)
treee0fc7e72a9458c4b4af48f8adc2389d7897e17bc
parent0ebc4ad4d385f96528da1d26f96f09cf0c7af2a8 (diff)
num_props is a stupid name, changing to num_properties, it's a bit clearer and matches fields such as "num_visuals".
-rw-r--r--src/extensions/glx.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions/glx.xml b/src/extensions/glx.xml
index c890ca8..423dd74 100644
--- a/src/extensions/glx.xml
+++ b/src/extensions/glx.xml
@@ -247,7 +247,7 @@ The patch that fixed this server bug in X.org CVS is here:
<reply>
<pad bytes="1" />
<field type="CARD32" name="num_visuals" />
- <field type="CARD32" name="num_props" />
+ <field type="CARD32" name="num_properties" />
<pad bytes="16" />
<list type="CARD32" name="property_list" />
</reply>