X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=protocol%2Fagl-shell.xml;h=e99f86f4d317dd12619dffc61b5d169e9b8c788d;hb=0aa1b7b2077bfad0c79ca984d1e114f324015308;hp=f540eff6a8e8f3d3b0fa29e92a95ec30ec9413ba;hpb=8d56df3636508eba4e3fd5962c543662877ade1c;p=src%2Fagl-compositor.git diff --git a/protocol/agl-shell.xml b/protocol/agl-shell.xml index f540eff..e99f86f 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. @@ -64,6 +64,18 @@ + + + + + + + + + + + + Tell the server that this client is ready to be shown. The server @@ -139,6 +151,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 @@ -155,5 +183,14 @@ + + + Notifies application(s) when other application have suffered state modifications. + + + + + +