aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/root.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-04 14:01:49 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-04 14:01:49 +1000
commit30e7e0f7c7d3d3ce2851f2e70842d735343fb402 (patch)
treebc82fb73e33446c5ec0b50c1bae73658e3eeb6b4 /include/sway/tree/root.h
parentSeparate root-related code (diff)
downloadsway-30e7e0f7c7d3d3ce2851f2e70842d735343fb402.tar.gz
sway-30e7e0f7c7d3d3ce2851f2e70842d735343fb402.tar.zst
sway-30e7e0f7c7d3d3ce2851f2e70842d735343fb402.zip
Move workspace pid code to root.c
Diffstat (limited to 'include/sway/tree/root.h')
-rw-r--r--include/sway/tree/root.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h
index ada3c73f..edb7c817 100644
--- a/include/sway/tree/root.h
+++ b/include/sway/tree/root.h
@@ -54,4 +54,8 @@ void root_scratchpad_show(struct sway_container *con);
54 */ 54 */
55void root_scratchpad_hide(struct sway_container *con); 55void root_scratchpad_hide(struct sway_container *con);
56 56
57struct sway_container *root_workspace_for_pid(pid_t pid);
58
59void root_record_workspace_pid(pid_t pid);
60
57#endif 61#endif