diff options
author | Jonathan Blandford <jrb@redhat.com> | 2000-01-14 20:59:18 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2000-01-14 20:59:18 +0000 |
commit | 1f48e45e54d4f2c529f6af91a082caefa5457b94 (patch) | |
tree | fef2b2037ca739db3e2fe060b1946817de2df3ff /gdk-pixbuf/gdk-pixbuf.h | |
parent | 7bfdf70ae137731c64249f0aecc34023dff74cf8 (diff) | |
download | gdk-pixbuf-1f48e45e54d4f2c529f6af91a082caefa5457b94.tar.gz |
new function to let you create a gdk_pixmap from a gdk_pixbuf.
2000-01-14 Jonathan Blandford <jrb@redhat.com>
* gdk-pixbuf/gdk-pixbuf-render.c (gdk_pixbuf_render_pixmap): new
function to let you create a gdk_pixmap from a gdk_pixbuf.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index 91898c1ee..9b5265bc4 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -147,6 +147,11 @@ void gdk_pixbuf_render_to_drawable (GdkPixbuf *pixbuf, GdkRgbDither dither, int x_dither, int y_dither); +void gdk_pixbuf_render_pixmap (GdkPixbuf *pixbuf, + GdkPixmap **pixmap, + GdkBitmap **mask, + gint alpha_threshold); + void gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf, GdkDrawable *drawable, int src_x, int src_y, int dest_x, int dest_y, |