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:
Pekka Paalanen 2012-10-12 14:29:00 +03:00 committed by Kristian Høgsberg
parent de3d0ecd44
commit cb2296778d

View file

@ -737,8 +737,8 @@
A client can request a frame callback even without an attach, A client can request a frame callback even without an attach,
damage, or any other state changes. wl_surface.commit triggers a damage, or any other state changes. wl_surface.commit triggers a
repaint, so the callback event will arrive after the next output display update, so the callback event will arrive after the next
refresh where the surface is visible. output refresh where the surface is visible.
</description> </description>
<arg name="callback" type="new_id" interface="wl_callback"/> <arg name="callback" type="new_id" interface="wl_callback"/>