[Webkit-unassigned] [Bug 59932] New: [GTK] gdk_drawable_get_size() shouldn't be used with GTK+ >= 2.24

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 2 05:41:43 PDT 2011


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

           Summary: [GTK] gdk_drawable_get_size() shouldn't be used with
                    GTK+ >= 2.24
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


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.

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