gdk_window_get_size -> gdk_drawable_get_size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -797,7 +797,7 @@ void wxDropSource::PrepareIcon( int action, GdkDragContext *context )
|
||||
GdkPixmap *pixmap = icon->GetPixmap();
|
||||
|
||||
gint width,height;
|
||||
gdk_window_get_size (pixmap, &width, &height);
|
||||
gdk_drawable_get_size (pixmap, &width, &height);
|
||||
|
||||
GdkColormap *colormap = gtk_widget_get_colormap( m_widget );
|
||||
gtk_widget_push_colormap (colormap);
|
||||
|
Reference in New Issue
Block a user