protocol: say update instead of repaint
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 12 Oct 2012 11:29:00 +0000 (14:29 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 16 Oct 2012 14:52:40 +0000 (10:52 -0400)
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>
protocol/wayland.xml

index ca04431..e88cc95 100644 (file)
 
        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"/>