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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 3d22d3e4..3eeb1d97 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -212,7 +212,7 @@ static void view_handle_container_reparent(struct wl_listener *listener,
212} 212}
213 213
214static void view_execute_criteria(struct sway_view *view) { 214static void view_execute_criteria(struct sway_view *view) {
215 if (!sway_assert(view->swayc, "cannot run criteria for unmanaged view")) { 215 if (!sway_assert(view->swayc, "cannot run criteria for unmapped view")) {
216 return; 216 return;
217 } 217 }
218 struct sway_seat *seat = input_manager_current_seat(input_manager); 218 struct sway_seat *seat = input_manager_current_seat(input_manager);