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

--- Comment #5 from Jonas Ã…dahl <[email protected]> ---
(In reply to Matthias Clasen from comment #3)
> Review of attachment 351349 [details] [review]:
> 
> ::: gdk/wayland/gdkwindow-wayland.c
> @@ +4184,2 @@
> +  if (impl->exported.handle && !impl->exported.idle_source_id)
> +    impl->exported.idle_source_id = g_idle_add (exported_idle, window);
> 
> Do we need to do something about a possibly still pending idle when the
> window is finalized ?
> 
> I see we call gdk_wayland_window_unexport in finalize, but that doesn't seem
> to touch the idle

Yepp. Need to remove it. I'll update the patch.

-- 
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