wayland: use code generation for wl_usr event handlers
This commit is contained in:
parent
b359b2648d
commit
084fe50259
49 changed files with 554 additions and 524 deletions
|
|
@ -2,14 +2,14 @@ request destroy (since = 3) {
|
|||
|
||||
}
|
||||
|
||||
event begin {
|
||||
event begin (since = 3) {
|
||||
serial: u32,
|
||||
time: u32,
|
||||
surface: id(wl_surface),
|
||||
fingers: u32,
|
||||
}
|
||||
|
||||
event end {
|
||||
event end (since = 3) {
|
||||
serial: u32,
|
||||
time: u32,
|
||||
cancelled: i32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue