mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
launcher: make launcher context seat aware
This commit is contained in:
parent
842609da64
commit
dbc1eec850
3 changed files with 68 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
struct launcher_ctx {
|
||||
pid_t pid;
|
||||
char *name;
|
||||
char *fallback_name;
|
||||
struct wlr_xdg_activation_token_v1 *token;
|
||||
struct wl_listener token_destroy;
|
||||
|
||||
|
@ -26,7 +26,10 @@ void launcher_ctx_consume(struct launcher_ctx *ctx);
|
|||
|
||||
void launcher_ctx_destroy(struct launcher_ctx *ctx);
|
||||
|
||||
struct launcher_ctx *launcher_ctx_create(void);
|
||||
struct launcher_ctx *launcher_ctx_create_internal(void);
|
||||
|
||||
struct launcher_ctx *launcher_ctx_create(
|
||||
struct wlr_xdg_activation_token_v1 *token, struct sway_node *node);
|
||||
|
||||
const char *launcher_ctx_get_token_name(struct launcher_ctx *ctx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue