[Webkit-unassigned] [Bug 47087] Use pixbufs instead of pixmaps when creating platform cursors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 10:44:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47087


Claudio Saavedra <csaavedra at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csaavedra at igalia.com




--- Comment #1 from Claudio Saavedra <csaavedra at igalia.com>  2010-10-04 10:44:30 PST ---
Should actually use

+    GdkPixbuf* pixbuf = gdk_pixbuf_get_from_surface(surface, 0, 0, 32, 32);

since this method's interface changed in gtk master to this (see gtk rev. 872ef1).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list