1
0
Fork 0
forked from wry/wry

wire: derive message id from position

This commit is contained in:
Julian Orth 2024-04-08 12:02:12 +02:00
parent c473d63df3
commit 5e8b69c909
98 changed files with 492 additions and 499 deletions

View file

@ -1,6 +1,6 @@
# events
event dmabuf = 0 {
event dmabuf {
drm_dev: fd,
fd: fd,
width: u32,
@ -11,6 +11,6 @@ event dmabuf = 0 {
modifier_hi: u32,
}
event error = 1 {
event error {
msg: str,
}