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
30
wire/xdg_surface.txt
Normal file
30
wire/xdg_surface.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
msg get_toplevel = 1 {
|
||||
id: id(xdg_toplevel),
|
||||
}
|
||||
|
||||
msg get_popup = 2 {
|
||||
id: id(xdg_popup),
|
||||
parent: id(xdg_surface),
|
||||
positioner: id(xdg_positioner),
|
||||
}
|
||||
|
||||
msg set_window_geometry = 3 {
|
||||
x: i32,
|
||||
y: i32,
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
msg ack_configure = 4 {
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg configure = 0 {
|
||||
serial: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue