mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +00:00
[client] wayland: activate our window if we're allowed
This commit is contained in:
parent
da548e3858
commit
969ac4d1d1
@ -44,6 +44,7 @@ void waylandActivationFree(void)
|
||||
static void activationTokenDone(void * data,
|
||||
struct xdg_activation_token_v1 * xdgToken, const char * token)
|
||||
{
|
||||
xdg_activation_v1_activate(wlWm.xdgActivation, token, wlWm.surface);
|
||||
xdg_activation_token_v1_destroy(xdgToken);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user