diff options
Diffstat (limited to 'sway/layout.h')
-rw-r--r-- | sway/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.h b/sway/layout.h index c4b193c8..8cafe0d2 100644 --- a/sway/layout.h +++ b/sway/layout.h @@ -31,7 +31,7 @@ struct sway_container { bool visible; - int weight; + int weight; char *name; |