From 5101851ecb304e75d536a7e83c92ba890d4e5e83 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 23 Nov 2021 20:12:02 +0200 Subject: src/shell: Add set_app_property_mode request Bug-AGL: SPEC-4133 Signed-off-by: Marius Vlad Change-Id: Iffc770e079788bb553077665169365dc7b2d901e --- protocol/agl-shell-desktop.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'protocol') diff --git a/protocol/agl-shell-desktop.xml b/protocol/agl-shell-desktop.xml index b90cc1d..97a9ff2 100644 --- a/protocol/agl-shell-desktop.xml +++ b/protocol/agl-shell-desktop.xml @@ -22,7 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + This extension can be used by regular application to instruct to compositor to activate or switch to other running (regular) applications. The client @@ -139,5 +139,25 @@ + + + + Use this request to inform the compositor to maintain a pending state + for an app_id being set with set_app_property() request. Any + subsequent application matching that app_id would survive a potential + application destruction. Note that this request will take effect + globally on all applications. + + To turn it on, or off, use the 'permanent' argument. Initially, + the compositor will have this option set to off. Note that it + doesn't matter the order of this request with respect to + set_app_property() request, as the changes will only take effect + when the application itself does the commit with an app_id set, + therefore the only requirement is to call this request before + the app_id client does its first commit. + + + + -- cgit 1.2.3-korg