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

45
wire/xdg_positioner.txt Normal file
View file

@ -0,0 +1,45 @@
# requests
msg destroy = 0 { }
msg set_size = 1 {
width: i32,
height: i32,
}
msg set_anchor_rect = 2 {
x: i32,
y: i32,
width: i32,
height: i32,
}
msg set_anchor = 3 {
anchor: u32,
}
msg set_gravity = 4 {
gravity: u32,
}
msg set_constraint_adjustment = 5 {
constraint_adjustment: u32,
}
msg set_offset = 6 {
x: i32,
y: i32,
}
msg set_reactive = 7 {
}
msg set_parent_size = 8 {
parent_width: i32,
parent_height: i32,
}
msg set_parent_configure = 9 {
serial: u32,
}