1
0
Fork 0
forked from wry/wry
wry/wire/xdg_activation_v1.txt
2024-02-14 18:33:17 +01:00

14 lines
171 B
Text

# requests
msg destroy = 0 {
}
msg get_activation_token = 1 {
id: id(xdg_activation_token_v1),
}
msg activate = 2 {
token: str,
surface: id(wl_surface),
}