all: implement screen locking
This commit is contained in:
parent
9db389835d
commit
d42add4d18
24 changed files with 618 additions and 6 deletions
17
wire/ext_session_lock_surface_v1.txt
Normal file
17
wire/ext_session_lock_surface_v1.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# request
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg ack_configure = 1 {
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg configure = 0 {
|
||||
serial: u32,
|
||||
width: u32,
|
||||
height: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue