[Webkit-unassigned] [Bug 36404] [Gtk] Debug build fix when using a Gtk 2.20

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 19 20:42:56 PDT 2010


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51213|                            |review?
               Flag|                            |




--- Comment #1 from Holger Freyther <zecke at selfish.org>  2010-03-19 20:42:56 PST ---
Created an attachment (id=51213)
 --> (https://bugs.webkit.org/attachment.cgi?id=51213)
Use non depcreated variants for the GtkWidget

GTK_WIDGET_REALIZED and GTK_WIDGET_NO_WINDOW are deprecated. For the
GTK_WIDGET_NO_WINDOW case we need to use gtk_widget_get_has_window which
actually returns _if_ we have a window, this means we need to negate that.

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