mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-27 00:00:12 +01:00
output-capture: Fix protocol event order
The new formats_done event has to be at the end, triggering warnings
like the following otherwise:
warning: since version not increasing
Fixes: 00902a592 (output-capture: Allow multiple formats and add formats_done event)
Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
parent
b6c1bc872e
commit
e187420e38
1 changed files with 6 additions and 6 deletions
|
|
@ -165,12 +165,6 @@
|
||||||
<arg name="drm_format" type="uint" summary="DRM pixel format code"/>
|
<arg name="drm_format" type="uint" summary="DRM pixel format code"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
<event name="formats_done" since="2">
|
|
||||||
<description summary="sending formats is complete">
|
|
||||||
This event is sent after all formats have been sent.
|
|
||||||
</description>
|
|
||||||
</event>
|
|
||||||
|
|
||||||
<event name="size">
|
<event name="size">
|
||||||
<description summary="dimensions for a buffer">
|
<description summary="dimensions for a buffer">
|
||||||
This event delivers the size that should be used for the
|
This event delivers the size that should be used for the
|
||||||
|
|
@ -220,6 +214,12 @@
|
||||||
<arg name="msg" type="string" allow-null="true"
|
<arg name="msg" type="string" allow-null="true"
|
||||||
summary="human-readable hint"/>
|
summary="human-readable hint"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
|
<event name="formats_done" since="2">
|
||||||
|
<description summary="sending formats is complete">
|
||||||
|
This event is sent after all formats have been sent.
|
||||||
|
</description>
|
||||||
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue