[Webkit-unassigned] [Bug 50563] New: [PATCH] Adapt WebKit to API change in gdk_window_get_geometry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 6 05:20:21 PST 2010


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

           Summary: [PATCH] Adapt WebKit to API change in
                    gdk_window_get_geometry
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: flo.gravo at gmail.com


Created an attachment (id=75678)
 --> (https://bugs.webkit.org/attachment.cgi?id=75678&action=review)
Possible patch

"gdk_window_get_geometry" dropped the "gint *depth" argument in GTK-2.91.6,
which wasn't used anyway. It caused the following error:

make[1]: Entering directory `/home//co/gnome3/webkit-1.3.7'
  CC     WebCore/plugins/gtk/libwebkitgtk_3_0_la-gtk2xtbin.lo
  CXX    WebCore/platform/graphics/freetype/libwebkitgtk_3_0_la-FontPlatformDataFreeType.lo
  CXX    WebKit/gtk/WebCoreSupport/libwebkitgtk_3_0_la-ChromeClientGtk.lo
WebCore/plugins/gtk/gtk2xtbin.c: In function 'gtk_xtbin_realize':
WebCore/plugins/gtk/gtk2xtbin.c:288:3: error: too many arguments to function 'gdk_window_get_geometry'
/opt/gnome3/include/gtk-3.0/gdk/gdkwindow.h:719:12: note: declared here
make[1]: *** [WebCore/plugins/gtk/libwebkitgtk_3_0_la-gtk2xtbin.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/home//co/gnome3/webkit-1.3.7'

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