aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index a9035de7..00dc4721 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -882,6 +882,8 @@ void view_unmap(struct sway_view *view) {
882 882
883 wl_list_remove(&view->surface_new_subsurface.link); 883 wl_list_remove(&view->surface_new_subsurface.link);
884 884
885 view->executed_criteria->length = 0;
886
885 if (view->urgent_timer) { 887 if (view->urgent_timer) {
886 wl_event_source_remove(view->urgent_timer); 888 wl_event_source_remove(view->urgent_timer);
887 view->urgent_timer = NULL; 889 view->urgent_timer = NULL;