[Webkit-unassigned] [Bug 115914] [GTK] Remove unnecessary GTK_CHECK_VERSION #ifdefs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 11:27:02 PDT 2013


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #201360|review?                     |review+
               Flag|                            |




--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2013-05-10 11:25:27 PST ---
(From update of attachment 201360)
View in context: https://bugs.webkit.org/attachment.cgi?id=201360&action=review

> Source/WebCore/platform/graphics/gtk/FullscreenVideoControllerGtk.cpp:201
> -    GdkCursor* cursor = blankCursor();
> -    gdk_window_set_cursor(window, cursor);
> +    GRefPtr<GdkCursor> cursor = adoptGRef(gdk_cursor_new(GDK_BLANK_CURSOR));
> +    gdk_window_set_cursor(window, cursor.get());

Nice!

-- 
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