[Webkit-unassigned] [Bug 55210] New: [GTK] Add gtk_widget_style_attach/gtk_style_attach to GtkVesioning.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 02:48:59 PST 2011


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

           Summary: [GTK] Add gtk_widget_style_attach/gtk_style_attach to
                    GtkVesioning.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com


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.

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