mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-13 13:29:47 -05:00
Use surface destroy notifier for cancelling grabs
This commit is contained in:
parent
3d76e652c5
commit
a9e8961ea2
2 changed files with 28 additions and 8 deletions
|
|
@ -99,8 +99,7 @@ struct wlsc_input_device {
|
|||
int32_t grab_dx, grab_dy;
|
||||
uint32_t grab_button;
|
||||
struct wl_drag *drag;
|
||||
|
||||
struct wl_listener listener;
|
||||
struct wl_listener grab_listener;
|
||||
};
|
||||
|
||||
struct wlsc_drm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue