X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=protocol%2Fagl-shell-desktop.xml;fp=protocol%2Fagl-shell-desktop.xml;h=97a9ff276472f74111582fd7bfaee290204a68d5;hb=5101851ecb304e75d536a7e83c92ba890d4e5e83;hp=b90cc1d7b097119a280a35c50e1cdd41d9b0d604;hpb=e4f4aef1a5b1feb95c40b3c453f448c5bcf9c054;p=src%2Fagl-compositor.git 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. + + + +