diff options
author | Sebastian Wick <sebastian.wick@redhat.com> | 2024-02-16 10:07:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-03-27 18:15:30 +0000 |
commit | 1c57b24ff867eabacb6ecc1e74b1e4d1ccafcf4b (patch) | |
tree | a31db0f6279809b229d13bb3ea2b3ae129e5bf3e /stable | |
parent | a5536f9a8cd727d1f1db581c2607fa86a263c8d1 (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.xml | 2 |
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> |