From cb2296778d4e263a728d9fbe205f93b7648d0571 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 12 Oct 2012 14:29:00 +0300 Subject: [PATCH] protocol: say update instead of repaint MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Pekka Paalanen --- protocol/wayland.xml | 4 ++-- 1 file 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. -- 2.7.4