head-management: add compositor-space-info-v1 extension
This commit is contained in:
parent
8356dd5d5c
commit
67acc6d938
11 changed files with 312 additions and 4 deletions
37
wire/jay_head_ext_compositor_space_info_v1.txt
Normal file
37
wire/jay_head_ext_compositor_space_info_v1.txt
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
request destroy (destructor) {
|
||||
|
||||
}
|
||||
|
||||
event enabled {
|
||||
|
||||
}
|
||||
|
||||
event disabled {
|
||||
|
||||
}
|
||||
|
||||
event inside {
|
||||
|
||||
}
|
||||
|
||||
event outside {
|
||||
|
||||
}
|
||||
|
||||
event position {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
||||
event size {
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
event transform {
|
||||
transform: u32,
|
||||
}
|
||||
|
||||
event scaling {
|
||||
scaling: u32,
|
||||
}
|
||||
7
wire/jay_head_manager_ext_compositor_space_info_v1.txt
Normal file
7
wire/jay_head_manager_ext_compositor_space_info_v1.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
request destroy (destructor) {
|
||||
|
||||
}
|
||||
|
||||
event head {
|
||||
head: id(jay_head_ext_compositor_space_info_v1) (new),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue