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
@@ -1,5 +1,8 @@
|
|||||||
1999-12-09 Michael Zucchi <zucchi@zedzone.mmc.com.au>
|
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):
|
* gdk-pixbuf/gdk-pixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
|
||||||
Filled in body of function.
|
Filled in body of function.
|
||||||
(rgbconvert): Added GdkColormap parameter, and to all conversion
|
(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);
|
int x_dither, int y_dither);
|
||||||
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
|
|
||||||
/* Fetching a region from a drawable */
|
/* Fetching a region from a drawable */
|
||||||
|
|
||||||
GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest,
|
GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest,
|
||||||
GdkDrawable *src, GdkColormap *cmap,
|
GdkDrawable *src, GdkColormap *cmap,
|
||||||
int src_x, int src_y,
|
int src_x, int src_y,
|
||||||
int dest_x, int dest_y,
|
int dest_x, int dest_y,
|
||||||
int width, int height);
|
int width, int height);
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user