[Webkit-unassigned] [Bug 157794] New: [GTK] Cleanup CursorGtk.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 17 08:07:23 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157794
Bug ID: 157794
Summary: [GTK] Cleanup CursorGtk.cpp
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: bugs-noreply at webkitgtk.org
We use GdkCursorType extensively in CursorGtk.cpp, but GTK+ does not support this anymore and they're only sure to work under X11. Instead, use supported CSS cursor names.
Also, we have a bunch of custom cursors copied from Firefox. Each of these cursors is nowadays guaranteed to be provided by GTK+, so we don't need any of these anymore.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160517/f91387e1/attachment.html>
More information about the webkit-unassigned
mailing list