aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index de1e936a..2b4b6c09 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -36,6 +36,7 @@ void view_init(struct sway_view *view, enum sway_view_type type,
36 view->impl = impl; 36 view->impl = impl;
37 view->executed_criteria = create_list(); 37 view->executed_criteria = create_list();
38 view->allow_request_urgent = true; 38 view->allow_request_urgent = true;
39 view->shortcuts_inhibit = SHORTCUTS_INHIBIT_DEFAULT;
39 wl_signal_init(&view->events.unmap); 40 wl_signal_init(&view->events.unmap);
40} 41}
41 42