mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Track the fullscreen view on a workspace swayc_t
This commit is contained in:
parent
6655534feb
commit
d361ce656d
2 changed files with 10 additions and 3 deletions
|
|
@ -97,6 +97,10 @@ struct sway_container {
|
|||
* Which of this container's children has focus.
|
||||
*/
|
||||
struct sway_container *focused;
|
||||
/**
|
||||
* If this container's children include a fullscreen view, this is that view.
|
||||
*/
|
||||
struct sway_container *fullscreen;
|
||||
};
|
||||
|
||||
enum visibility_mask {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue