mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-20 06:59:42 -05:00
pointer-constraints: fix deactivating oneshot constraint on destroy
This commit is contained in:
parent
9ab87167b5
commit
e3596abc9a
2 changed files with 8 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ struct wlr_pointer_constraint_v1 {
|
|||
struct wl_listener seat_destroy;
|
||||
|
||||
struct wlr_surface_synced synced;
|
||||
|
||||
bool destroying;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue