mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: say update instead of repaint
wl_surface.commit itself does not force any repainting unless there is damage, so change the wording to not imply repainting. Reported-by: John Kåre Alsaker <john.kare.alsaker@gmail.com> Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
de3d0ecd44
commit
cb2296778d
1 changed files with 2 additions and 2 deletions
|
|
@ -737,8 +737,8 @@
|
|||
|
||||
A client can request a frame callback even without an attach,
|
||||
damage, or any other state changes. wl_surface.commit triggers a
|
||||
repaint, so the callback event will arrive after the next output
|
||||
refresh where the surface is visible.
|
||||
display update, so the callback event will arrive after the next
|
||||
output refresh where the surface is visible.
|
||||
</description>
|
||||
|
||||
<arg name="callback" type="new_id" interface="wl_callback"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue