projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a468122
)
Estethic change for attribute parameter name
author
Patrick Guimond
<patg@patg.homeunix.org>
Wed, 8 Nov 2006 22:34:33 +0000
(17:34 -0500)
committer
Josh Triplett
<josh@freedesktop.org>
Wed, 22 Nov 2006 05:48:29 +0000
(21:48 -0800)
Changed num_attributes parameter of QueryContext request to num_attribs
for consistency with other requests
src/glx.xml
patch
|
blob
|
history
diff --git
a/src/glx.xml
b/src/glx.xml
index
6181408
..
feaffce
100644
(file)
--- 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_attrib
ute
s"/>
+ <field type="CARD32" name="num_attribs"/>
<pad bytes="20" />
<list type="CARD32" name="attribs">
<op op="*">
- <fieldref>num_attrib
ute
s</fieldref>
+ <fieldref>num_attribs</fieldref>
<value>2</value>
</op>
</list>