summaryrefslogtreecommitdiff
path: root/stable
diff options
context:
space:
mode:
authorSebastian Wick <sebastian.wick@redhat.com>2024-02-16 10:07:24 +0100
committerSimon Ser <contact@emersion.fr>2024-03-27 18:15:30 +0000
commit1c57b24ff867eabacb6ecc1e74b1e4d1ccafcf4b (patch)
treea31db0f6279809b229d13bb3ea2b3ae129e5bf3e /stable
parenta5536f9a8cd727d1f1db581c2607fa86a263c8d1 (diff)
xdg-shell: add missing enum attribute to set_constraint_adjustment
Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/177 Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
Diffstat (limited to 'stable')
-rw-r--r--stable/xdg-shell/xdg-shell.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index 4b23b48..9ef284e 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -344,7 +344,7 @@
The default adjustment is none.
</description>
- <arg name="constraint_adjustment" type="uint"
+ <arg name="constraint_adjustment" type="uint" enum="constraint_adjustment"
summary="bit mask of constraint adjustments"/>
</request>