pointer-constraints: fix deactivating oneshot constraint on destroy

This commit is contained in:
Kirill Primak 2025-01-08 18:47:52 +03:00 committed by Isaac Freund
parent 9ab87167b5
commit e3596abc9a
2 changed files with 8 additions and 1 deletions

View file

@ -70,6 +70,8 @@ struct wlr_pointer_constraint_v1 {
struct wl_listener seat_destroy;
struct wlr_surface_synced synced;
bool destroying;
} WLR_PRIVATE;
};