1
0
Fork 0
forked from wry/wry

wayland: add jay_output

This commit is contained in:
Julian Orth 2022-07-30 11:09:21 +02:00
parent 6bc7330989
commit 3e3bc38920
9 changed files with 142 additions and 6 deletions

View file

@ -43,6 +43,11 @@ msg seat_events = 10 {
id: id(jay_seat_events),
}
msg get_output = 11 {
id: id(jay_output),
output: id(wl_output),
}
# events
msg client_id = 0 {

15
wire/jay_output.txt Normal file
View file

@ -0,0 +1,15 @@
# requests
msg destroy = 0 {
}
# events
msg linear_id = 0 {
linear_id: u32,
}
msg destroyed = 2 {
}