1
0
Fork 0
forked from wry/wry

wayland: add jay_pointer

This commit is contained in:
Julian Orth 2022-07-30 11:14:16 +02:00
parent 3e3bc38920
commit b3c20c5309
8 changed files with 115 additions and 4 deletions

View file

@ -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 {

9
wire/jay_pointer.txt Normal file
View file

@ -0,0 +1,9 @@
# requests
msg destroy = 0 {
}
msg set_known_cursor = 1 {
idx: u32,
}