screencapture: implement ext_image_copy_capture_manager_v1
This commit is contained in:
parent
e91993fb18
commit
f0562961e6
28 changed files with 1194 additions and 25 deletions
43
wire/ext_image_copy_capture_frame_v1.txt
Normal file
43
wire/ext_image_copy_capture_frame_v1.txt
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request attach_buffer {
|
||||
buffer: id(wl_buffer),
|
||||
}
|
||||
|
||||
request damage_buffer {
|
||||
x: i32,
|
||||
y: i32,
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
request capture {
|
||||
|
||||
}
|
||||
|
||||
event transform {
|
||||
transform: u32,
|
||||
}
|
||||
|
||||
event damage {
|
||||
x: i32,
|
||||
y: i32,
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
event presentation_time {
|
||||
tv_sec_hi: u32,
|
||||
tv_sec_lo: u32,
|
||||
tv_nsec: u32,
|
||||
}
|
||||
|
||||
event ready {
|
||||
|
||||
}
|
||||
|
||||
event failed {
|
||||
reason: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue