summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-24 20:14:22 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-24 20:14:22 +1000
commitdfc26c664f8c1b007f15ff24a3055774af200c69 (patch)
treeba653dd483886b125045251e63c23f2c7360552b /include
parentUse size_t instead of int and calloc instead of malloc (diff)
downloadsway-dfc26c664f8c1b007f15ff24a3055774af200c69.tar.gz
sway-dfc26c664f8c1b007f15ff24a3055774af200c69.tar.zst
sway-dfc26c664f8c1b007f15ff24a3055774af200c69.zip
Update wording about unmanaged/unmapped views
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
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 {
39 enum sway_view_type type; 39 enum sway_view_type type;
40 const struct sway_view_impl *impl; 40 const struct sway_view_impl *impl;
41 41
42 struct sway_container *swayc; // NULL for unmanaged views 42 struct sway_container *swayc; // NULL for unmapped views
43 struct wlr_surface *surface; // NULL for unmapped views 43 struct wlr_surface *surface; // NULL for unmapped views
44 int width, height; 44 int width, height;
45 bool is_fullscreen; 45 bool is_fullscreen;