autocommit 2022-04-13 21:01:32 CEST
This commit is contained in:
parent
661a28e5b0
commit
916e3644c3
30 changed files with 681 additions and 73 deletions
|
|
@ -14,3 +14,7 @@ msg quit = 2 {
|
|||
msg set_log_level = 3 {
|
||||
level: u32,
|
||||
}
|
||||
|
||||
msg take_screenshot = 4 {
|
||||
id: id(jay_screenshot),
|
||||
}
|
||||
|
|
|
|||
14
wire/jay_screenshot.txt
Normal file
14
wire/jay_screenshot.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# events
|
||||
|
||||
msg dmabuf = 0 {
|
||||
drm_dev: fd,
|
||||
fd: fd,
|
||||
width: u32,
|
||||
height: u32,
|
||||
offset: u32,
|
||||
stride: u32,
|
||||
}
|
||||
|
||||
msg error = 1 {
|
||||
msg: str,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue