mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-06 13:29:48 -05:00
Define the shell resize enumeration in the xml spec
This commit is contained in:
parent
248c1b61ce
commit
027931bd33
5 changed files with 90 additions and 33 deletions
|
|
@ -723,7 +723,7 @@ notify_button(struct wl_input_device *device,
|
|||
shell_resize(NULL,
|
||||
(struct wl_shell *) &compositor->shell,
|
||||
&surface->surface, device, time,
|
||||
WL_GRAB_RESIZE_BOTTOM_RIGHT);
|
||||
WL_SHELL_RESIZE_BOTTOM_RIGHT);
|
||||
|
||||
if (device->grab)
|
||||
device->grab->interface->button(device->grab, time,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue