[Wayland-bugs] [Bug 744932] Wrong (ultra tiny/small) cursor size on HiDPI screen
mutter (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 19 01:58:19 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744932
--- Comment #84 from Jonas Ã…dahl <jadahl at gmail.com> ---
Created attachment 309540
--> https://bugzilla.gnome.org/attachment.cgi?id=309540&action=edit
MetaCursorRenderer: Rely on update_cursor for redrawing
Calling queue_redraw() in _force_update() is not needed because
update_cursor() will do this when needed, i.e. when switching between
hardware cursor and texture cursor, or when drawing with texture cursor.
There is also no need to force _native_force_update() because
update_cursor() will cover this as well when needed. When not changing
cursor but only the gbm_bo, the "dirty" boolean on the gbm_bo will
trigger a redraw.
--
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/20150819/20312e43/attachment.html>
More information about the wayland-bugs
mailing list