mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-07-04 00:06:25 -04:00
Merge branch 'work/zzag/removed-event' into 'main'
protocol: Add {wl_output,wl_seat}.removed
See merge request wayland/wayland!532
This commit is contained in:
commit
c36b851042
1 changed files with 18 additions and 1 deletions
|
|
@ -2116,6 +2116,14 @@
|
||||||
</description>
|
</description>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
<!-- Version 11 additions -->
|
||||||
|
|
||||||
|
<event name="removed" since="11">
|
||||||
|
<description summary="seat is removed">
|
||||||
|
This event is sent when the seat is no longer available. The client
|
||||||
|
should call the wl_seat.release request after receiving this event.
|
||||||
|
</description>
|
||||||
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_pointer" version="11">
|
<interface name="wl_pointer" version="11">
|
||||||
|
|
@ -2880,7 +2888,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_output" version="4">
|
<interface name="wl_output" version="5">
|
||||||
<description summary="compositor output region">
|
<description summary="compositor output region">
|
||||||
An output describes part of the compositor geometry. The
|
An output describes part of the compositor geometry. The
|
||||||
compositor works in the 'compositor coordinate system' and an
|
compositor works in the 'compositor coordinate system' and an
|
||||||
|
|
@ -3120,6 +3128,15 @@
|
||||||
</description>
|
</description>
|
||||||
<arg name="description" type="string" summary="output description"/>
|
<arg name="description" type="string" summary="output description"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
|
<!-- Version 5 additions -->
|
||||||
|
<event name="removed" since="5">
|
||||||
|
<description summary="output is removed">
|
||||||
|
This event is sent when the output is no longer available. After this
|
||||||
|
event, no new output updates will be sent. The client should call the
|
||||||
|
wl_output.release request after receiving this event.
|
||||||
|
</description>
|
||||||
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_region" version="7">
|
<interface name="wl_region" version="7">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue