mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: add wayl_activate()
wayl_activate() takes an XDG activation token and does an XDG activation request.
This commit is contained in:
parent
a42f990818
commit
69f56b86b7
2 changed files with 15 additions and 2 deletions
|
|
@ -499,3 +499,5 @@ void wayl_win_subsurface_destroy(struct wayl_sub_surface *surf);
|
|||
bool wayl_get_activation_token(
|
||||
struct wayland *wayl, struct seat *seat, uint32_t serial,
|
||||
struct wl_window *win, activation_token_cb_t cb, void *cb_data);
|
||||
void wayl_activate(struct wayland *wayl, struct wl_window *win, const char *token);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue