wire: make message ids consecutive
This commit is contained in:
parent
17caba56b7
commit
2b35f30ed4
3 changed files with 15 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ msg linear_id = 0 {
|
||||||
linear_id: u32,
|
linear_id: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
msg unused = 1 {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
msg destroyed = 2 {
|
msg destroyed = 2 {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,10 @@ msg button = 3 {
|
||||||
state: u32,
|
state: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
msg unused = 4 {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
msg axis_source = 5 {
|
msg axis_source = 5 {
|
||||||
source: u32,
|
source: u32,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
# requests
|
# requests
|
||||||
|
|
||||||
|
msg set_cursor = 0 {
|
||||||
|
serial: u32,
|
||||||
|
surface: id(wl_surface),
|
||||||
|
hotspot_x: i32,
|
||||||
|
hotspot_y: i32,
|
||||||
|
}
|
||||||
|
|
||||||
msg destroy = 1 {
|
msg destroy = 1 {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue