diff options
author | Tadeo Kondrak <me@tadeo.ca> | 2020-06-11 14:22:39 -0600 |
---|---|---|
committer | Tadeo Kondrak <me@tadeo.ca> | 2020-06-11 14:22:39 -0600 |
commit | bbb683eb792dc66117bbd06c2f961dbc432a2f7c (patch) | |
tree | 027ed401758daa755075f1c3900a0cac93b00363 /unstable/fullscreen-shell | |
parent | cae8a2b6fc7ca69419c03e2737389382165e61ea (diff) |
fullscreen-shell: Annotate destructor events
Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
Diffstat (limited to 'unstable/fullscreen-shell')
-rw-r--r-- | unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml index 6a09aa0..db70f09 100644 --- a/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml +++ b/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml @@ -217,7 +217,7 @@ </interface> <interface name="zwp_fullscreen_shell_mode_feedback_v1" version="1"> - <event name="mode_successful"> + <event name="mode_successful" type="destructor"> <description summary="mode switch succeeded"> This event indicates that the attempted mode switch operation was successful. A surface of the size requested in the mode switch @@ -228,7 +228,7 @@ </description> </event> - <event name="mode_failed"> + <event name="mode_failed" type="destructor"> <description summary="mode switch failed"> This event indicates that the attempted mode switch operation failed. This may be because the requested output mode is not @@ -239,7 +239,7 @@ </description> </event> - <event name="present_cancelled"> + <event name="present_cancelled" type="destructor"> <description summary="mode switch cancelled"> This event indicates that the attempted mode switch operation was cancelled. Most likely this is because the client requested a |