summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2016-07-15 22:01:55 +0800
committerJonas Ådahl <jadahl@gmail.com>2016-08-12 10:57:41 +0800
commit972dd094292b5735432dfbc7a1ab84a965acdc34 (patch)
treeb78d9e4f667e98e0c9db33fb6a75c5829ac2701e
parente33b6ed9bb1013bd11f9af8227931c2dff4d3b60 (diff)
downloadwayland-protocols-wip/xdg-shell-unstable-v6.tar.gz
xdg-shell: Drop desktop environment specific state allocationswip/xdg-shell-unstable-v6
Instead of allocating state ranges that desktop environments can use as they want, let them introduce their own protocol and their own enums. If such desktop environment protocols need the configure/ack_configure semantics, they can design their protocols to extend xdg_surface, and make their private configure events a latched state tied to xdg_surface.configure. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Acked-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--unstable/xdg-shell/xdg-shell-unstable-v6.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/unstable/xdg-shell/xdg-shell-unstable-v6.xml b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
index d3abe5b..b0044d8 100644
--- a/unstable/xdg-shell/xdg-shell-unstable-v6.xml
+++ b/unstable/xdg-shell/xdg-shell-unstable-v6.xml
@@ -684,18 +684,6 @@
States set in this way are double-buffered. They will get applied on
the next commit.
-
- Desktop environments may extend this enum by taking up a range of
- values and documenting the range they chose in this description.
- They are not required to document the values for the range that they
- chose. Ideally, any good extensions from a desktop environment should
- make its way into standardization into this enum.
-
- The current reserved ranges are:
-
- 0x0000 - 0x0FFF: xdg-shell core values, documented below.
- 0x1000 - 0x1FFF: GNOME
- 0x2000 - 0x2FFF: EFL
</description>
<entry name="maximized" value="1" summary="the surface is maximized">
<description summary="the surface is maximized">