screencast: implement format negotation
This commit is contained in:
parent
8d2bd6f660
commit
e7c63fd09a
19 changed files with 649 additions and 201 deletions
|
|
@ -13,3 +13,17 @@ event no_device {
|
|||
event device {
|
||||
fd: fd,
|
||||
}
|
||||
|
||||
event read_modifier (since = 7) {
|
||||
format: u32,
|
||||
modifier: pod(u64),
|
||||
}
|
||||
|
||||
event write_modifier (since = 7) {
|
||||
format: u32,
|
||||
modifier: pod(u64),
|
||||
}
|
||||
|
||||
event format (since = 7) {
|
||||
format: u32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue