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

--- Comment #142 from Jonas Ådahl <[email protected]> ---
(In reply to Owen Taylor from comment #141)
> (In reply to Jonas Ådahl from comment #137)
> 
> > Since XWayland
> > throttles buffer attaching using wl_surface_frame (it wont attach a new
> > buffer before receiving a frame callback), by waiting with replying with
> > initial frame callbacks until we have mapped, we will effectively stop
> > XWayland from attaching non-black buffers until we have already mapped and
> > drawn the window already.
> 
> If the window isn't mapped, then there's no buffer attached, and we won't
> get a frame callback request from Xwayland - right?

Mapped by mutter as in placed in the scene graph (yes, this term is used in
Wayland). There may be buffers attached before mutter maps it, yes. XWayland
has no idea whether mutter mapped its wl_surface or not.

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

Reply via email to