1
0
Fork 0
forked from wry/wry
wry/wire/ext_session_lock_v1.txt
2022-05-19 23:39:11 +02:00

25 lines
247 B
Text

# requests
msg destroy = 0 {
}
msg get_lock_surface = 1 {
id: id(ext_session_lock_surface_v1),
surface: id(wl_surface),
output: id(wl_output),
}
msg unlock_and_destroy = 2 {
}
# events
msg locked = 0 {
}
msg finished = 1 {
}