wayland: implement linux-drm-syncobj-v1
This commit is contained in:
parent
816315170f
commit
aaf73d6fdc
29 changed files with 1507 additions and 35 deletions
15
wire/wp_linux_drm_syncobj_manager_v1.txt
Normal file
15
wire/wp_linux_drm_syncobj_manager_v1.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg get_surface = 1 {
|
||||
id: id(wp_linux_drm_syncobj_surface_v1),
|
||||
surface: id(wl_surface),
|
||||
}
|
||||
|
||||
msg import_timeline = 2 {
|
||||
id: id(wp_linux_drm_syncobj_timeline_v1),
|
||||
fd: fd,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue