wayland: add u64 type macro
This commit is contained in:
parent
7373509274
commit
d6b3973979
30 changed files with 69 additions and 67 deletions
|
|
@ -5,12 +5,10 @@ event sync_output {
|
|||
}
|
||||
|
||||
event presented {
|
||||
tv_sec_hi : u32,
|
||||
tv_sec_lo : u32,
|
||||
tv_sec : u64,
|
||||
tv_nsec : u32,
|
||||
refresh : u32,
|
||||
seq_hi : u32,
|
||||
seq_lo : u32,
|
||||
seq : u64,
|
||||
flags : u32,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue