autocommit 2022-04-28 19:49:51 CEST
This commit is contained in:
parent
bd63f3f5f1
commit
1242a6c1e1
31 changed files with 707 additions and 64 deletions
20
wire/zwlr_screencopy_manager_v1.txt
Normal file
20
wire/zwlr_screencopy_manager_v1.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# requests
|
||||
|
||||
msg capture_output = 0 {
|
||||
frame: id(zwlr_screencopy_frame_v1),
|
||||
overlay_cursor: i32,
|
||||
output: id(wl_output),
|
||||
}
|
||||
|
||||
msg capture_output_region = 1 {
|
||||
frame: id(zwlr_screencopy_frame_v1),
|
||||
overlay_cursor: i32,
|
||||
output: id(wl_output),
|
||||
x: i32,
|
||||
y: i32,
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
msg destroy = 2 {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue