From 820f4d67a018cdd6c7a27d3f4de3714f8029b4c4 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 3 Aug 2022 16:49:53 +0300 Subject: [PATCH] agl-shell: Add deactivate app in the agl_shell interface As a part of making agl_shell_desktop obsolete, we'll might need to hide the currently active window and this adds that request from the agl_shell_desktop protocol. Signed-off-by: Marius Vlad --- protocol/agl-shell.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/protocol/agl-shell.xml b/protocol/agl-shell.xml index f540eff..75ffdce 100644 --- a/protocol/agl-shell.xml +++ b/protocol/agl-shell.xml @@ -22,7 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + Starting with version 2 of the protocol, the client is required to wait for the 'bound_ok' or 'bound_fail' events in order to proceed further. @@ -139,6 +139,22 @@ + + + Ask the compositor to hide the toplevel window for window + management purposes. Depending on the window role, this request + will either display the previously active window (or the background + in case there's no previously active surface) or temporarily (or + until a 'activate_app' is called upon) hide the surface. All + the surfaces are identifiable by using the app_id, and no actions are + taken in case the app_id is not/was not present. + + See xdg_toplevel.set_app_id from the xdg-shell protocol for a + description of app_id. + + + + Informs the client that it was able to bind the agl_shell -- 2.16.6