Move workspace pid code to root.c

This commit is contained in:
Ryan Dwyer 2018-08-04 14:01:49 +10:00
parent 04489ff420
commit 30e7e0f7c7
6 changed files with 121 additions and 119 deletions

View file

@ -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