wayland: add jay_output
This commit is contained in:
parent
6bc7330989
commit
3e3bc38920
9 changed files with 142 additions and 6 deletions
|
|
@ -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
15
wire/jay_output.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg linear_id = 0 {
|
||||
linear_id: u32,
|
||||
}
|
||||
|
||||
msg destroyed = 2 {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue