Bug 59932

Summary: [GTK] gdk_drawable_get_size() shouldn't be used with GTK+ >= 2.24
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch mrobinson: review+

Description Philippe Normand 2011-05-02 05:41:44 PDT
gdk_drawable_get_size has been deprecated since version 2.24 and should not be used in newly-written code. Use gdk_window_get_width() and gdk_window_get_height() for GdkWindows. Use gdk_pixmap_get_size() for GdkPixmaps.
Comment 1 Philippe Normand 2011-05-02 05:51:28 PDT
Created attachment 91916 [details]
proposed patch
Comment 2 Philippe Normand 2011-05-02 09:14:46 PDT
Committed r85480: <http://trac.webkit.org/changeset/85480>