From 359a0612e48d7d21d5247199ca57063bd5965f71 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 9 Feb 2023 14:06:49 +0200 Subject: 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 Change-Id: Id7f04ffee193677621bd32860998457498acc388 --- protocol/agl-shell.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'protocol') 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 @@ + + + + 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. + + + -- cgit 1.2.3-korg