mirror of
https://github.com/swaywm/sway.git
synced 2026-03-09 05:34:13 -04:00
Allow containers to be fullscreen
This commit is contained in:
parent
c8dc9b3b30
commit
27a20a4884
18 changed files with 226 additions and 156 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue