[Wayland-bugs] [Bug 743427] subsurface-using popovers don't work on Weston

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 25 06:21:36 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743427

--- Comment #12 from Carlos Garnacho <carlosg at gnome.org> ---
Created attachment 297878
  --> https://bugzilla.gnome.org/attachment.cgi?id=297878&action=edit
wayland: Thaw the clock if we hide a GdkWindow mid-frame

When a window is hidden, its surface and all its roles are destroyed,
if this happens when we already issued a wl_surface_commit and are
awaiting for a frame callback, the clock will remain frozen for the
next time the window is shown.

To avoid this, keep track of the wl_surface_frame() calls issued,
and ensure the clock is thawed after hiding. If we happen to receive
the frame callback, it is just ignored.

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


More information about the wayland-bugs mailing list