aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-04-25 22:52:01 +0100
committerLibravatar GitHub <noreply@github.com>2018-04-25 22:52:01 +0100
commit7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a (patch)
treeec248905f4c73d8f52c3e2c08ce26decbda2d704 /include
parentMerge pull request #1861 from emersion/swaybar-memory-leaks (diff)
parentMerge branch 'master' into criteria-commands (diff)
downloadsway-7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a.tar.gz
sway-7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a.tar.zst
sway-7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a.zip
Merge pull request #1852 from RyanDwyer/criteria-commands
Implement criteria commands
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;