diff options
Diffstat (limited to 'sway/layout.h')
-rw-r--r-- | sway/layout.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/layout.h b/sway/layout.h index 3a8f8902..c4b193c8 100644 --- a/sway/layout.h +++ b/sway/layout.h @@ -29,7 +29,9 @@ struct sway_container { int x, y; - int weight; + bool visible; + + int weight; char *name; |