aboutsummaryrefslogtreecommitdiff
path: root/sway/tree
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-04-24 20:14:22 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-04-24 20:14:22 +1000
commitdfc26c664f8c1b007f15ff24a3055774af200c69 (patch)
treeba653dd483886b125045251e63c23f2c7360552b /sway/tree
parent689a6a5605fb52f40b2c13f7565e19334fd09842 (diff)
Update wording about unmanaged/unmapped views
Diffstat (limited to 'sway/tree')
-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,
}
static void view_execute_criteria(struct sway_view *view) {
- if (!sway_assert(view->swayc, "cannot run criteria for unmanaged view")) {
+ if (!sway_assert(view->swayc, "cannot run criteria for unmapped view")) {
return;
}
struct sway_seat *seat = input_manager_current_seat(input_manager);