diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-08-07 14:28:08 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-08-07 14:28:08 -0700 |
commit | 0275e428b753f0af736ca0b79c5331639c6517ef (patch) | |
tree | bbe8d3c40988d0c8f354f5d7e9d96604f139ee0b /src | |
parent | fad63e7641a81fc427078e805edbfe81106cadf9 (diff) |
Remove combine-adjacent tag on PolyPoint: it will not work for some forms of the request.
Diffstat (limited to 'src')
-rw-r--r-- | src/xproto.xml | 3 |
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" /> |