aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-25 22:52:01 +0100
committerGitHub <noreply@github.com>2018-04-25 22:52:01 +0100
commit7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a (patch)
treeec248905f4c73d8f52c3e2c08ce26decbda2d704 /include/sway/tree/view.h
parent75674295504af9118d2af3c8677d8e1e84e85e77 (diff)
parentc54097428a8f36e456d203d986d76702bd339066 (diff)
Merge pull request #1852 from RyanDwyer/criteria-commands
Implement criteria commands
Diffstat (limited to 'include/sway/tree/view.h')
-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;