mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-24 17:10:11 +01:00
presentation-time: Minor changes
Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
parent
2b57c76446
commit
54e66f28c5
1 changed files with 9 additions and 10 deletions
|
|
@ -332,20 +332,19 @@
|
|||
<entry name="regular" value="0">
|
||||
<description summary="regular refresh cycle">
|
||||
The refresh cycle has a relatively constant duration. The
|
||||
duration_min and duration_max arguments are equal and
|
||||
describe refresh cycle duration and can be used to predict
|
||||
future latching events.
|
||||
duration_min and duration_max arguments are equal and can be
|
||||
used to predict future latching events. ramp_up and ramp_down
|
||||
are zero.
|
||||
</description>
|
||||
</entry>
|
||||
<entry name="erratic" value="1">
|
||||
<description summary="erratic refresh cycle">
|
||||
The refresh cycle duration is erratic. The duration_min and
|
||||
duration_max arguments are set to zero and can not be used to
|
||||
predict future latching events.
|
||||
The refresh cycle duration is erratic. duration_min,
|
||||
duration_max, ramp_up and down are set to zero and can not be
|
||||
used to predict future latching events.
|
||||
|
||||
The refresh cycle is always discontinuous and the
|
||||
discontinuity flag in refresh_cycle.latching is always set in
|
||||
latching events.
|
||||
discontinuity flag in the latching event is always set.
|
||||
</description>
|
||||
</entry>
|
||||
</enum>
|
||||
|
|
@ -377,8 +376,8 @@
|
|||
never be decreased below duration_min and can never be
|
||||
increased beyond duration_max.
|
||||
|
||||
This event indicates a discontinuity. See
|
||||
refresh_cycle.latching_flags for more information.
|
||||
This event indicates a discontinuity and the discontinuity flag
|
||||
in the latching event is set.
|
||||
|
||||
The compositor sends this event when the client binds to the
|
||||
refresh_cycle interface.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue