diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-02-09 14:06:49 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-03-01 12:38:14 +0200 |
commit | 359a0612e48d7d21d5247199ca57063bd5965f71 (patch) | |
tree | c90fc1f6ea15395d564cc12b6e68d0661a2c6a65 /protocol | |
parent | 4af44df30c1784a69b96d310f152133a507bc2e1 (diff) |
protocol: Add set_app_normal request
This request allows transitioning back from other roles like
float/split/fullscreen to regular maximized, normal state.
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id7f04ffee193677621bd32860998457498acc388
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/agl-shell.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocol/agl-shell.xml b/protocol/agl-shell.xml index 140910c..d01771f 100644 --- a/protocol/agl-shell.xml +++ b/protocol/agl-shell.xml @@ -243,6 +243,15 @@ <arg name="x" type="int" summary="x position"/> <arg name="y" type="int" summary="y position"/> </request> + + <request name="set_app_normal" since="6"> + <description summary="set the window identified by app_id as normally started"> + Returns the application identified by app_id as it was in the normal state. + This is useful to come back from other states to the maximized state, the + normal state applications are started. + </description> + <arg name="app_id" type="string"/> + </request> </interface> <interface name="agl_shell_ext" version="1"> |