mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 07:00:08 +01:00
Add commas
This commit is contained in:
parent
aa36795582
commit
a2727fe408
1 changed files with 4 additions and 4 deletions
|
|
@ -200,7 +200,7 @@
|
|||
The display hardware is operating at a fixed refresh rate.
|
||||
The presentation was aligned to a multiple of the previous event's
|
||||
'refresh' argument.
|
||||
If this is set the refresh argument must not be 0.
|
||||
If this is set, the refresh argument must not be 0.
|
||||
</description>
|
||||
</entry>
|
||||
<entry name="variable_rate" value="0x20" since="3">
|
||||
|
|
@ -209,7 +209,7 @@
|
|||
by the surface.
|
||||
The presentation occurred as soon as possible after the interval
|
||||
in the previous event's 'refresh' argument.
|
||||
If this is set the refresh argument must not be 0.
|
||||
If this is set, the refresh argument must not be 0.
|
||||
</description>
|
||||
</entry>
|
||||
</enum>
|
||||
|
|
@ -248,9 +248,9 @@
|
|||
For version 1, if the output does not have a constant refresh rate,
|
||||
the refresh argument must be zero.
|
||||
|
||||
If the 'fixed_rate' flag is set then the refresh argument is
|
||||
If the 'fixed_rate' flag is set, then the refresh argument is
|
||||
the output's constant refresh rate. If the 'variable_rate' flag
|
||||
is set then the refresh argument is the output's fastest refresh
|
||||
is set, then the refresh argument is the output's fastest refresh
|
||||
rate.
|
||||
|
||||
The 64-bit value combined from seq_hi and seq_lo is the value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue