wire: split messages into requests and events
This commit is contained in:
parent
2b35f30ed4
commit
c473d63df3
98 changed files with 495 additions and 486 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# events
|
||||
|
||||
msg dmabuf = 0 {
|
||||
event dmabuf = 0 {
|
||||
drm_dev: fd,
|
||||
fd: fd,
|
||||
width: u32,
|
||||
|
|
@ -11,6 +11,6 @@ msg dmabuf = 0 {
|
|||
modifier_hi: u32,
|
||||
}
|
||||
|
||||
msg error = 1 {
|
||||
event error = 1 {
|
||||
msg: str,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue