[webkit-reviews] review requested: [Bug 36404] [Gtk] Debug build fix when using a Gtk 2.20 : [Attachment 51213] Use non depcreated variants for the GtkWidget

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


Holger Freyther <zecke at selfish.org> has asked  for review:
Bug 36404: [Gtk] Debug build fix when using a Gtk 2.20
https://bugs.webkit.org/show_bug.cgi?id=36404

Attachment 51213: Use non depcreated variants for the GtkWidget
https://bugs.webkit.org/attachment.cgi?id=51213&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>
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.


More information about the webkit-reviews mailing list