RESOLVED DUPLICATE of bug 5074350563
[PATCH] Adapt WebKit to API change in gdk_window_get_geometry
https://bugs.webkit.org/show_bug.cgi?id=50563
Summary [PATCH] Adapt WebKit to API change in gdk_window_get_geometry
Florian Gawrilowicz
Reported 2010-12-06 05:20:21 PST
Created attachment 75678 [details] 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'
Attachments
Possible patch (813 bytes, patch)
2010-12-06 05:20 PST, Florian Gawrilowicz
no flags
Using GTK_CHECK_VERSION (873 bytes, patch)
2010-12-06 05:55 PST, Florian Gawrilowicz
no flags
Florian Gawrilowicz
Comment 1 2010-12-06 05:55:31 PST
Created attachment 75685 [details] Using GTK_CHECK_VERSION
Gustavo Noronha (kov)
Comment 2 2010-12-09 03:35:22 PST
*** This bug has been marked as a duplicate of bug 50743 ***
Note You need to log in before you can comment on or make changes to this bug.