1
0
Fork 0
forked from wry/wry

autocommit 2022-02-06 16:33:54 CET

This commit is contained in:
Julian Orth 2022-02-06 16:33:54 +01:00
parent c92346324b
commit dc2cb71012
104 changed files with 2563 additions and 4617 deletions

22
wire/xdg_wm_base.txt Normal file
View file

@ -0,0 +1,22 @@
# requests
msg destroy = 0 { }
msg create_positioner = 1 {
id: id(xdg_positioner),
}
msg get_xdg_surface = 2 {
id: id(xdg_surface),
surface: id(wl_surface),
}
msg pong = 3 {
serial: u32,
}
# events
msg ping = 0 {
serial: u32,
}