[RFC krh/wayland/next 1/2] protocol: say update instead of repaint

Pekka Paalanen ppaalanen at gmail.com
Fri Oct 12 04:29:00 PDT 2012


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 at gmail.com>
Signed-off-by: Pekka Paalanen <ppaalanen at gmail.com>
---
 protocol/wayland.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 07fee80..bd05c75 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"/>
-- 
1.7.8.6



More information about the wayland-devel mailing list