diff options
| author | Jonas Ådahl <jadahl@gmail.com> | 2017-12-02 10:57:45 +0800 |
|---|---|---|
| committer | Daniel Stone <daniels@collabora.com> | 2017-12-04 19:45:38 +0000 |
| commit | 698dde195837f3d0844b2725ba4ea8ce9ee7518c (patch) | |
| tree | 9c51d12c21cc491cfc9ebe275d01e2ec919e736e /protocol/wayland.xml | |
| parent | cursor: add forward declaration for struct wl_buffer (diff) | |
| download | wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.tar wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.tar.gz wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.tar.bz2 wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.tar.lz wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.tar.xz wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.tar.zst wayland-698dde195837f3d0844b2725ba4ea8ce9ee7518c.zip | |
protocol: Add deprecation note about wl_shell
Now that xdg_shell is stable and much better defined than wl_shell we
can finally deprecate wl_shell and guide users towards xdg_shell
instead.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'protocol/wayland.xml')
| -rw-r--r-- | protocol/wayland.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index aabc7ae..77d991e 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -976,6 +976,9 @@ It allows clients to associate a wl_shell_surface with a basic surface. + + Note! This protocol is deprecated and not intended for production use. + For desktop-style user interfaces, use xdg_shell. </description> <enum name="error"> |
