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
|
|
@ -68,11 +68,11 @@ event configure {
|
|||
|
||||
event close { }
|
||||
|
||||
event configure_bounds {
|
||||
event configure_bounds (since = 4) {
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
event wm_capabilities {
|
||||
event wm_capabilities (since = 5) {
|
||||
capabilities: array(u32),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue