From dfc26c664f8c1b007f15ff24a3055774af200c69 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Tue, 24 Apr 2018 20:14:22 +1000 Subject: Update wording about unmanaged/unmapped views --- include/sway/tree/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sway/tree/view.h') diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index 648a74c4..7237ea2a 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -39,7 +39,7 @@ struct sway_view { enum sway_view_type type; const struct sway_view_impl *impl; - struct sway_container *swayc; // NULL for unmanaged views + struct sway_container *swayc; // NULL for unmapped views struct wlr_surface *surface; // NULL for unmapped views int width, height; bool is_fullscreen; -- cgit v1.2.3