mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
757fc193c4
commit
a44d2e2e2c
@ -1,5 +1,8 @@
|
||||
1999-12-09 Michael Zucchi <zucchi@zedzone.mmc.com.au>
|
||||
|
||||
* gdk-pixbuf/gdk-pixbuf.h: Enable gdk_pixbuf_get_from_drawable()
|
||||
api call.
|
||||
|
||||
* gdk-pixbuf/gdk-pixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
|
||||
Filled in body of function.
|
||||
(rgbconvert): Added GdkColormap parameter, and to all conversion
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user