autocommit 2022-02-06 16:33:54 CET
This commit is contained in:
parent
c92346324b
commit
dc2cb71012
104 changed files with 2563 additions and 4617 deletions
20
wire/wl_subsurface.txt
Normal file
20
wire/wl_subsurface.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
msg set_position = 1 {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
||||
msg place_above = 2 {
|
||||
sibling: id(wl_surface),
|
||||
}
|
||||
|
||||
msg place_below = 3 {
|
||||
sibling: id(wl_surface),
|
||||
}
|
||||
|
||||
msg set_sync = 4 { }
|
||||
|
||||
msg set_desync = 5 { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue