diff options
author | Ivan Molodetskikh <yalterz@gmail.com> | 2020-01-22 11:03:09 +0300 |
---|---|---|
committer | Ivan Molodetskikh <yalterz@gmail.com> | 2020-01-22 11:53:03 +0300 |
commit | 82d4c152a5163fc39c6c1fbf3b27578449d6be8e (patch) | |
tree | b7b66d9d15e2d061acf7d175f3dba748c9fc2a59 | |
parent | 733de76221223c2ad3ce94a588015e88c4c9dcc7 (diff) |
xdg-shell: add missing enum attribute to resize
This helps binding generators such as the one in wayland-rs.
Signed-off-by: Ivan Molodetskikh <yalterz@gmail.com>
-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 3a87a9e..cdad61f 100644 --- a/stable/xdg-shell/xdg-shell.xml +++ b/stable/xdg-shell/xdg-shell.xml @@ -710,7 +710,7 @@ </description> <arg name="seat" type="object" interface="wl_seat" summary="the wl_seat of the user event"/> <arg name="serial" type="uint" summary="the serial of the user event"/> - <arg name="edges" type="uint" summary="which edge or corner is being dragged"/> + <arg name="edges" type="uint" enum="resize_edge" summary="which edge or corner is being dragged"/> </request> <enum name="state"> |