diff options
author | Patrick Guimond <patg@patg.homeunix.org> | 2006-11-08 17:34:33 -0500 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-11-21 21:48:29 -0800 |
commit | 186c79774257193307f92d2cf2008a18bcd68393 (patch) | |
tree | 77a71afbc88560bdb276813452619bc8a348ccb4 | |
parent | a4681227e8a7d8622b3d6995b6700e18e91067c6 (diff) |
Estethic change for attribute parameter name
Changed num_attributes parameter of QueryContext request to num_attribs
for consistency with other requests
-rw-r--r-- | src/glx.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx.xml b/src/glx.xml index 6181408..feaffce 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -369,11 +369,11 @@ The patch that fixed this server bug in X.org CVS is here: <field type="glx:CONTEXT" name="context" /> <reply> <pad bytes="1" /> - <field type="CARD32" name="num_attributes"/> + <field type="CARD32" name="num_attribs"/> <pad bytes="20" /> <list type="CARD32" name="attribs"> <op op="*"> - <fieldref>num_attributes</fieldref> + <fieldref>num_attribs</fieldref> <value>2</value> </op> </list> |