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

mutter (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 7 08:32:10 PDT 2015


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

Jasper St. Pierre <jstpierre at mecheye.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #299278|none                        |accepted-commit_now
             status|                            |

--- Comment #20 from Jasper St. Pierre <jstpierre at mecheye.net> ---
Review of attachment 299278:

Minor fixes, otherwise fine.

::: src/backends/meta-cursor-tracker.c
@@ +86,3 @@
     return;

+  g_clear_pointer (&tracker->displayed_cursor, g_object_unref);

Use g_clear_object.

@@ +164,3 @@
                    MetaCursorSprite  *cursor)
 {
+  g_clear_pointer (&tracker->window_cursor, g_object_unref);

Same.

@@ +191,3 @@
     return FALSE;

+  g_clear_pointer (&tracker->xfixes_cursor, g_object_unref);

Same.

@@ +345,3 @@
                                      MetaCursorSprite  *cursor)
 {
+  g_clear_pointer (&tracker->root_cursor, g_object_unref);

Same.

-- 
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/20150407/01e94030/attachment.html>


More information about the wayland-bugs mailing list