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 <[email protected]> Signed-off-by: Pekka Paalanen <[email protected]> --- 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 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
