diff options
Diffstat (limited to 'src/glx.xml')
-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> |