pointer-constraints: fix deactivating oneshot constraint on destroy

This commit is contained in:
Kirill Primak 2025-01-08 18:47:52 +03:00
parent 8f56f7ca43
commit 2a587c3a89
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;
};