[Wayland-bugs] [Bug 66133] event_test blocks waiting for frame callback

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 13 23:04:43 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=66133

Kristian Høgsberg <krh at bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Kristian Høgsberg <krh at bitplanet.net> ---
commit ace0a3920e791733211178f83f88bc5c52887042
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Nov 13 21:55:57 2013 -0800

    weston-test: Always update transform when moving surface

    weston_view_update_transform() will post damage in the old and new
    positions of the view and thus make sure we always repaint properly.
    In particular, in bug 66133, the test suite moves the surface off
    any output and weston_surface_schedule_repaint() in commit fails to
    do anything, since the surface is not on any output.

    After changing view geometry, we have to either call
    weston_compositor_schedule_repaint(), which is what shell.c typically
    does, though that repaints all outputs, or call
    weston_view_update_transform() to force update the transformation
    and queue repaints on affected outputs.

    https://bugs.freedesktop.org/show_bug.cgi?id=66133

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20131114/57602631/attachment.html>


More information about the Wayland-bugs mailing list