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

--- Comment #18 from Ray Strode [halfline] <[email protected]> ---
ohhhhh okay, where's the source to the example you're running?  I wonder why
its doing gdk_flush.

If it continues to draw after the gdk_flush it's going to write to a cairo
surface that won't ultimately get committed but I guess that's okay.

As an aside, I think maybe we should have:

  g_clear_pointer (&impl->staged_updates_region, cairo_region_destroy);

in drop_cairo_surfaces since the staged updates just got dropped.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to