mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
launcher: rename pid_workspace to launcher_ctx
Soon we will match views with more than just a pid.
This commit is contained in:
parent
bd66f4943d
commit
d75c9f9722
4 changed files with 106 additions and 96 deletions
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue