Enable gdk_pixbuf_get_from_drawable() api call.
1999-12-09 Michael Zucchi <zucchi@zedzone.mmc.com.au> * gdk-pixbuf/gdk-pixbuf.h: Enable gdk_pixbuf_get_from_drawable() api call.
This commit is contained in:
committed by
Michael Zucci
parent
757fc193c4
commit
a44d2e2e2c
@ -119,18 +119,12 @@ void gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf, GdkDrawable *drawab
|
||||
int x_dither, int y_dither);
|
||||
|
||||
|
||||
#if 0
|
||||
|
||||
/* Fetching a region from a drawable */
|
||||
|
||||
GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest,
|
||||
GdkDrawable *src, GdkColormap *cmap,
|
||||
int src_x, int src_y,
|
||||
int dest_x, int dest_y,
|
||||
int width, int height);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user