summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2012-10-12 14:29:00 +0300
committerKristian Høgsberg <krh@bitplanet.net>2012-10-16 10:52:40 -0400
commitcb2296778d4e263a728d9fbe205f93b7648d0571 (patch)
treed11d7bd55bff114c7f1841e6113637aadaabafe3 /protocol
parentde3d0ecd44f129cd5146bc08638cd6d5822c90b8 (diff)
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>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index ca04431..e88cc95 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -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"/>