mirror of
https://github.com/swaywm/sway.git
synced 2026-03-09 05:34:13 -04:00
Fix workspace deletion edge cases
This commit is contained in:
parent
1c50d79e19
commit
49379dd0fc
11 changed files with 148 additions and 150 deletions
|
|
@ -23,4 +23,6 @@ struct sway_container *workspace_output_prev(struct sway_container *current);
|
|||
|
||||
struct sway_container *workspace_prev(struct sway_container *current);
|
||||
|
||||
bool workspace_is_visible(struct sway_container *ws);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue