wayland: add u64 type macro
This commit is contained in:
parent
7373509274
commit
d6b3973979
30 changed files with 69 additions and 67 deletions
|
|
@ -6,12 +6,10 @@ request destroy {
|
|||
|
||||
request set_acquire_point {
|
||||
timeline: id(wp_linux_drm_syncobj_timeline_v1),
|
||||
point_hi: u32,
|
||||
point_lo: u32,
|
||||
point: u64,
|
||||
}
|
||||
|
||||
request set_release_point {
|
||||
timeline: id(wp_linux_drm_syncobj_timeline_v1),
|
||||
point_hi: u32,
|
||||
point_lo: u32,
|
||||
point: u64,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue