mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-24 07:58:09 +01:00
9d78ede905
Soon we will match views with more than just a pid.
(cherry picked from commit d75c9f9722
)
12 lines
210 B
C
12 lines
210 B
C
#ifndef _SWAY_LAUNCHER_H
|
|
#define _SWAY_LAUNCHER_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
struct sway_workspace *workspace_for_pid(pid_t pid);
|
|
|
|
void launcher_ctx_create(pid_t pid);
|
|
|
|
void remove_workspace_pid(pid_t pid);
|
|
|
|
#endif
|