diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-04-29 17:14:58 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-08 17:26:36 +0300 |
commit | edbfbad7344c4de62cbf5a4a5c8935afa50d8b4a (patch) | |
tree | 41290558d79630da21dc1d7644f6f70dbebfe7ca /protocol/agl-shell-desktop.xml | |
parent | f73edbcf826fcc46dcc692f8f8b7802e4f053a0f (diff) |
shell: Introduce fullscreen and split role type of a surface
With it, this also adds two pending lists, for each role type and
aggregates the checks used to compare against the roles type when the
surface is being created. There's no functional at this stage.
Bug-AGL: SPEC-3334
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1900399fe35d9dbc26a93c374ac2f86efa860ba6
Diffstat (limited to 'protocol/agl-shell-desktop.xml')
-rw-r--r-- | protocol/agl-shell-desktop.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/agl-shell-desktop.xml b/protocol/agl-shell-desktop.xml index 05a3725..9ef4cca 100644 --- a/protocol/agl-shell-desktop.xml +++ b/protocol/agl-shell-desktop.xml @@ -35,6 +35,8 @@ <enum name="app_role"> <entry name="popup" value="0"/> <entry name="fullscreen" value="1"/> + <entry name="split_vertical" value="2"/> + <entry name="split_horizontal" value="3"/> </enum> <enum name="app_state"> |