head-management: add compositor-space-positioner-v1 extension
This commit is contained in:
parent
67acc6d938
commit
a12b259648
7 changed files with 97 additions and 8 deletions
15
wire/jay_head_ext_compositor_space_positioner_v1.txt
Normal file
15
wire/jay_head_ext_compositor_space_positioner_v1.txt
Normal 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,
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
request destroy (destructor) {
|
||||
|
||||
}
|
||||
|
||||
event head {
|
||||
head: id(jay_head_ext_compositor_space_positioner_v1) (new),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue