summaryrefslogtreecommitdiffstats
path: root/thirdparty/wayland-protocols
diff options
context:
space:
mode:
authorJakub Marcowski <01158831@pw.edu.pl>2024-02-05 17:18:58 +0100
committerJakub Marcowski <01158831@pw.edu.pl>2024-02-05 17:18:58 +0100
commitba1c5bf4bd4f597f85d73a4bb20ce3b589eec655 (patch)
tree5e5a957e5330ad7c47c5d982b31096b32aa6a5cf /thirdparty/wayland-protocols
parent63d6bda8e95ac992da74e84b2f3be62f3d85190b (diff)
downloadredot-engine-ba1c5bf4bd4f597f85d73a4bb20ce3b589eec655.tar.gz
wayland-protocols: Update to 1.33
Diffstat (limited to 'thirdparty/wayland-protocols')
-rw-r--r--thirdparty/wayland-protocols/stable/xdg-shell/xdg-shell.xml4
-rw-r--r--thirdparty/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/thirdparty/wayland-protocols/stable/xdg-shell/xdg-shell.xml b/thirdparty/wayland-protocols/stable/xdg-shell/xdg-shell.xml
index 777eaa7499..dca033ec13 100644
--- a/thirdparty/wayland-protocols/stable/xdg-shell/xdg-shell.xml
+++ b/thirdparty/wayland-protocols/stable/xdg-shell/xdg-shell.xml
@@ -625,6 +625,10 @@
id, and well as trigger user interactive operations such as interactive
resize and move.
+ A xdg_toplevel by default is responsible for providing the full intended
+ visual representation of the toplevel, which depending on the window
+ state, may mean things like a title bar, window controls and drop shadow.
+
Unmapping an xdg_toplevel means that the surface cannot be shown
by the compositor until it is explicitly mapped again.
All active operations (e.g., move, resize) are canceled and all
diff --git a/thirdparty/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml b/thirdparty/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
index e5967751d7..c175cadf7d 100644
--- a/thirdparty/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
+++ b/thirdparty/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
@@ -141,8 +141,8 @@
</request>
<event name="configure">
- <description summary="suggest a surface change">
- The configure event asks the client to change its decoration mode. The
+ <description summary="notify a decoration mode change">
+ The configure event configures the effective decoration mode. The
configured state should not be applied immediately. Clients must send an
ack_configure in response to this event. See xdg_surface.configure and
xdg_surface.ack_configure for details.