From d75c9f9722389d441fd24bd490c5cf12c4bef39a Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 16 Nov 2022 15:50:34 -0700 Subject: launcher: rename pid_workspace to launcher_ctx Soon we will match views with more than just a pid. --- include/sway/desktop/launcher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h index bbc4a2c3..7802bee1 100644 --- a/include/sway/desktop/launcher.h +++ b/include/sway/desktop/launcher.h @@ -3,10 +3,10 @@ #include -struct sway_workspace *root_workspace_for_pid(pid_t pid); +struct sway_workspace *workspace_for_pid(pid_t pid); -void root_record_workspace_pid(pid_t pid); +void launcher_ctx_create(pid_t pid); -void root_remove_workspace_pid(pid_t pid); +void remove_workspace_pid(pid_t pid); #endif -- cgit v1.2.3-70-g09d2