forked from AuroraMiddleware/gtk
Remove gdk_draw_bitmap() and gdk_draw_pixmap() functions
This commit is contained in:
parent
92befe0c06
commit
947cde30d9
@ -357,10 +357,6 @@ void gdk_draw_trapezoids (GdkDrawable *drawable,
|
||||
const GdkTrapezoid *trapezoids,
|
||||
gint n_trapezoids);
|
||||
|
||||
#ifndef GDK_DISABLE_DEPRECATED
|
||||
#define gdk_draw_pixmap gdk_draw_drawable
|
||||
#define gdk_draw_bitmap gdk_draw_drawable
|
||||
#endif /* GDK_DISABLE_DEPRECATED */
|
||||
|
||||
GdkImage* gdk_drawable_get_image (GdkDrawable *drawable,
|
||||
gint x,
|
||||
|
Loading…
Reference in New Issue
Block a user