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
20
wire/wl_registry.txt
Normal file
20
wire/wl_registry.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# requests
|
||||
|
||||
msg bind = 0 {
|
||||
name: u32,
|
||||
id: id(object),
|
||||
interface: str,
|
||||
version: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg global = 0 {
|
||||
name: u32,
|
||||
interface: str,
|
||||
version: u32,
|
||||
}
|
||||
|
||||
msg global_remove = 1 {
|
||||
name: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue