diff options
author | Jose Diez <[email protected]> | 2015-08-10 22:45:50 +0200 |
---|---|---|
committer | Jose Diez <[email protected]> | 2015-08-10 22:50:26 +0200 |
commit | d8f364a8460aa28cd0e859bfa1e84e37b7bdf6ef (patch) | |
tree | 1e3ce3ce540723857b4d77913d350603cd47424a /sway/layout.h | |
parent | 8cc2c6fa7a4b5e8b2d2030033a4bb9f7df45fc42 (diff) |
workspaces: follow_pointer_mouse doesn't follow hidden containers
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; |