mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-17 06:59:46 -05:00
Handle shell.move using a grab object
This commit is contained in:
parent
fc9c28adc0
commit
6d65d5f4d4
2 changed files with 57 additions and 23 deletions
|
|
@ -89,7 +89,7 @@ struct wl_grab_interface {
|
|||
};
|
||||
|
||||
struct wl_grab {
|
||||
struct wl_grab_interface *interface;
|
||||
const struct wl_grab_interface *interface;
|
||||
struct wl_input_device *input_device;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue