aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-24 20:14:22 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-04-24 20:14:22 +1000
commitc024205d06383b7265711323c57d216abb7fbbac (patch)
treeba653dd483886b125045251e63c23f2c7360552b /include
parenta7c9591173ba53d574d808443839d9b8eb2aa83c (diff)
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 {
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;