WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
55210
[GTK] Add gtk_widget_style_attach/gtk_style_attach to GtkVesioning.h
https://bugs.webkit.org/show_bug.cgi?id=55210
Summary
[GTK] Add gtk_widget_style_attach/gtk_style_attach to GtkVesioning.h
Alejandro G. Castro
Reported
2011-02-25 02:49:00 PST
We can add this code in GtkVersioning: #if GTK_CHECK_VERSION(2, 20, 0) gtk_widget_style_attach(widget); #else widget->style = gtk_style_attach(gtk_widget_get_style(widget), window); #endif It is located at least in the webkit1 and webkit2 widget.
Attachments
Add attachment
proposed patch, testcase, etc.
Martin Robinson
Comment 1
2014-04-08 18:46:40 PDT
I think we can avoid this now that we no longer have GTK+ 2 support.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug