mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Move workspace pid code to root.c
This commit is contained in:
parent
04489ff420
commit
30e7e0f7c7
6 changed files with 121 additions and 119 deletions
|
|
@ -44,10 +44,6 @@ void workspace_output_add_priority(struct sway_container *workspace,
|
|||
struct sway_container *workspace_output_get_highest_available(
|
||||
struct sway_container *ws, struct sway_container *exclude);
|
||||
|
||||
struct sway_container *workspace_for_pid(pid_t pid);
|
||||
|
||||
void workspace_record_pid(pid_t pid);
|
||||
|
||||
void workspace_detect_urgent(struct sway_container *workspace);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue