summaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-29 17:14:58 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-05-13 12:41:07 +0300
commitd2ae339c3d5d66d439b628b1c18a22215c044dd5 (patch)
tree4e89657f6097f99a06b8c2305ab03b9bc895d6b7 /protocol
parent1956bd3bfb0c85e3eb3413dd465a1a2fb1ae78bb (diff)
shell: Introduce fs 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')
-rw-r--r--protocol/agl-shell-desktop.xml2
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">