autocommit 2022-02-06 03:46:03 CET
This commit is contained in:
parent
59ce74681a
commit
c92346324b
60 changed files with 1292 additions and 1958 deletions
21
wire/wl_display.txt
Normal file
21
wire/wl_display.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# requests
|
||||
|
||||
msg sync = 0 {
|
||||
callback: id(wl_callback),
|
||||
}
|
||||
|
||||
msg get_registry = 1 {
|
||||
registry: id(wl_registry),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg error = 0 {
|
||||
object_id: id(object),
|
||||
code: u32,
|
||||
message: str,
|
||||
}
|
||||
|
||||
msg delete_id = 1 {
|
||||
id: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue