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

17 lines
159 B
Text

# request
msg destroy = 0 {
}
msg ack_configure = 1 {
serial: u32,
}
# events
msg configure = 0 {
serial: u32,
width: u32,
height: u32,
}