diff options
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/agl-shell-desktop.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/protocol/agl-shell-desktop.xml b/protocol/agl-shell-desktop.xml index ec5fc38..616da02 100644 --- a/protocol/agl-shell-desktop.xml +++ b/protocol/agl-shell-desktop.xml @@ -27,6 +27,18 @@ to activate other apps"> </description> + <event name="application"> + <description summary="advertise app_id available for activating"> + The compositor may choose to advertise one or more application ids which + can be used to switch to. + + When this global is bound, the compositor will send all application ids + available for activation, but may send additional application id at any + time (when they've been mapped in the compositor). + </description> + <arg name="app_id" type="string"/> + </event> + <request name="activate_app"> <description summary="make client current window"> Ask the compositor to make a toplevel to become the current/focused |