diff options
author | Ryan Dwyer <[email protected]> | 2018-07-25 20:56:23 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-07-26 08:27:07 +1000 |
commit | 27a20a488465468511de9b2307941ac1bc4db8bf (patch) | |
tree | c5c1aff483cb089870ffebec00869347eec29f4c /include/sway/tree/workspace.h | |
parent | c8dc9b3b3094c9b2778309855114b9495518c2d4 (diff) |
Allow containers to be fullscreen
Diffstat (limited to 'include/sway/tree/workspace.h')
-rw-r--r-- | include/sway/tree/workspace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h index ff66da6b..5ae0ae3a 100644 --- a/include/sway/tree/workspace.h +++ b/include/sway/tree/workspace.h @@ -7,7 +7,7 @@ struct sway_view; struct sway_workspace { struct sway_container *swayc; - struct sway_view *fullscreen; + struct sway_container *fullscreen; struct sway_container *floating; list_t *output_priority; bool urgent; |