[Wayland-bugs] [Bug 744932] Wrong (ultra tiny/small) cursor size on HiDPI screen

mutter (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 27 11:18:02 PDT 2015


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

Owen Taylor <otaylor at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #309537|none                        |needs-work
             status|                            |

--- Comment #103 from Owen Taylor <otaylor at redhat.com> ---
Review of attachment 309537:

Seems like code motion that simplifies.

::: src/wayland/meta-wayland-pointer.c
@@ +863,3 @@
+  wl_list_insert_list (&surface->compositor->frame_callbacks,
+                       &pending->frame_callback_list);
+  wl_list_init (&pending->frame_callback_list);

But it's really not OK to have code that modifies fields of the surface
structure scattered all over different files (probably this comment belongs
earlier in this patchset).

-- 
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/20150827/dbe57a5b/attachment.html>


More information about the wayland-bugs mailing list