https://bugzilla.gnome.org/show_bug.cgi?id=744932
Owen Taylor <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #309532|none |needs-work
status| |
--- Comment #96 from Owen Taylor <[email protected]> ---
Review of attachment 309532:
s/drawed/drawn/.
Commit message needs more motivation - what is going wrong that causes this
patch to be needed?
::: src/wayland/meta-wayland-surface.c
@@ +550,3 @@
case META_WAYLAND_SURFACE_ROLE_NONE:
+ wl_list_insert_list (&surface->frame_callback_list,
+ &pending->frame_callback_list);
Needs a comment - like "since there is no role, we won't draw the window, so
save the frame callbacks for later".
::: src/wayland/meta-wayland-surface.h
@@ +116,3 @@
+ * commit sequence, such as when it has not yet been assigned a role.
+ */
+ struct wl_list frame_callback_list;
should be 'pending_frame_callbacks' or something - if I see
surface->frame_callback_list, I would have no expectation that it's a transient
thing that is used just in some cases.
--
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