[Wayland-bugs] [Bug 744932] Wrong (ultra tiny/small) cursor size on HiDPI screen
mutter (GNOME Bugzilla)
bugzilla at gnome.org
Wed Sep 9 07:44:24 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744932
Jonas Ådahl <jadahl at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #309532|needs-work |none
status| |
Attachment #309532|0 |1
is obsolete| |
--- Comment #120 from Jonas Ådahl <jadahl at gmail.com> ---
Created attachment 310990
--> https://bugzilla.gnome.org/attachment.cgi?id=310990&action=edit
MetaWaylandSurface: Don't respond to frame callback when role unassigned
If a surface doesn't have a role, the compositor will not know how, if
or when it will be painted. By adding it to the compositor frame
callback list, the compositor will respond to the client that the
surface has been drawn already which might not be true.
Instead, queue the frame callback in a list that is then processed when
the surface gets a role assigned. The compositor may then, given the
role the surface got, queue the frame callback accordingly.
--
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/20150909/8092ec17/attachment.html>
More information about the wayland-bugs
mailing list