summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Linhart <chris@demorecorder.com>2015-05-25 14:14:38 +0200
committerChristian Linhart <chris@demorecorder.com>2015-06-11 17:19:47 +0200
commitfef8a4cdc2cacd9541a656026371a3d338dadb8e (patch)
treec0dd7823172e6cf12da5fb860feacc15afdbe034 /src
parentf05c1e0adabaf55ed20a2960e7f65f76e30a1c4a (diff)
downloadxcb-proto-fef8a4cdc2cacd9541a656026371a3d338dadb8e.tar.gz
fix ABI/API compatibility problem in present
for function xcb_present_redirect_notify_sizeof removing the explicit length of the list that was added since the last release with the following changeset: http://cgit.freedesktop.org/xcb/proto/commit/?id=c9b1523b23af52087a6354730f86b8d19fa3c7c0 Removing the explicit length again is OK because implicit length is allowed when a list is the last field of a request or event. The compile problem that the prior change has tried to fix, has been fixed in another way. Therefore removing the explicit length is safe now. Signed-off-by: Christian Linhart <chris@demorecorder.com>
Diffstat (limited to 'src')
-rw-r--r--src/present.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/present.xml b/src/present.xml
index 95fee01..513388c 100644
--- a/src/present.xml
+++ b/src/present.xml
@@ -199,15 +199,7 @@ OF THIS SOFTWARE.
<field type="CARD64" name="target_msc" />
<field type="CARD64" name="divisor" />
<field type="CARD64" name="remainder" />
- <list type="Notify" name="notifies">
- <op op="/">
- <op op="-">
- <fieldref>length</fieldref>
- <value>18</value>
- </op>
- <value>2</value>
- </op>
- </list>
+ <list type="Notify" name="notifies" />
</event>
</xcb>