1
0
Fork 0
forked from wry/wry

head-management: add compositor-space-positioner-v1 extension

This commit is contained in:
Julian Orth 2025-07-12 09:21:38 +02:00
parent 67acc6d938
commit a12b259648
7 changed files with 97 additions and 8 deletions

View file

@ -0,0 +1,15 @@
request destroy (destructor) {
}
request set_position {
x: i32,
y: i32,
}
event range {
x_min: i32,
y_min: i32,
x_max: i32,
y_max: i32,
}

View file

@ -0,0 +1,7 @@
request destroy (destructor) {
}
event head {
head: id(jay_head_ext_compositor_space_positioner_v1) (new),
}