wayland: add jay_pointer
This commit is contained in:
parent
3e3bc38920
commit
b3c20c5309
8 changed files with 115 additions and 4 deletions
|
|
@ -48,6 +48,11 @@ msg get_output = 11 {
|
|||
output: id(wl_output),
|
||||
}
|
||||
|
||||
msg get_pointer = 12 {
|
||||
id: id(jay_pointer),
|
||||
seat: id(wl_seat),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg client_id = 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue