summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-08-07 14:28:08 -0700
committerJamey Sharp <jamey@minilop.net>2006-08-07 14:28:08 -0700
commit0275e428b753f0af736ca0b79c5331639c6517ef (patch)
treebbe8d3c40988d0c8f354f5d7e9d96604f139ee0b
parentfad63e7641a81fc427078e805edbfe81106cadf9 (diff)
downloadxcb-proto-0275e428b753f0af736ca0b79c5331639c6517ef.tar.gz
xcb-proto-0275e428b753f0af736ca0b79c5331639c6517ef.tar.bz2
xcb-proto-0275e428b753f0af736ca0b79c5331639c6517ef.zip
Remove combine-adjacent tag on PolyPoint: it will not work for some forms of the request.
-rw-r--r--src/xproto.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xproto.xml b/src/xproto.xml
index d0c3b1f..dd9ea42 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -1559,7 +1559,8 @@ authorization from the authors.
<item name="Previous"><value>1</value></item>
</enum>
- <request name="PolyPoint" opcode="64" combine-adjacent="true">
+ <!-- combine-adjacent doesn't work for mode==Relative -->
+ <request name="PolyPoint" opcode="64">
<field type="BYTE" name="coordinate_mode" />
<field type="DRAWABLE" name="drawable" />
<field type="GCONTEXT" name="gc" />