diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-01-31 00:37:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-01-31 00:37:38 +0000 |
commit | 46d15e32bda614d503216aa877251b523231ee9a (patch) | |
tree | e994def37c8ecf56595904f4e953731cd4d4c826 /gdk/gdkpixbuf.h | |
parent | 2435e831cfe93e3ac9609338841c2af03889c6c4 (diff) | |
download | gtk+-46d15e32bda614d503216aa877251b523231ee9a.tar.gz |
Deprecate. (#60582)
2003-01-31 Matthias Clasen <maclas@gmx.de>
* gdk/gdkpixbuf.h:
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
(gdk_pixbuf_render_to_drawable_alpha): Deprecate. (#60582)
* gtk/gtkcolorsel.h:
* gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
Deprecate. (#98167)
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r-- | gdk/gdkpixbuf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h index 74bc5f3469..39c33d240d 100644 --- a/gdk/gdkpixbuf.h +++ b/gdk/gdkpixbuf.h @@ -20,6 +20,7 @@ void gdk_pixbuf_render_threshold_alpha (GdkPixbuf *pixbuf, int width, int height, int alpha_threshold); +#ifndef GDK_DISABLE_DEPRECATED void gdk_pixbuf_render_to_drawable (GdkPixbuf *pixbuf, GdkDrawable *drawable, GdkGC *gc, @@ -45,7 +46,7 @@ void gdk_pixbuf_render_to_drawable_alpha (GdkPixbuf *pixbuf, GdkRgbDither dither, int x_dither, int y_dither); - +#endif /* GDK_DISABLE_DEPRECATED */ void gdk_pixbuf_render_pixmap_and_mask_for_colormap (GdkPixbuf *pixbuf, GdkColormap *colormap, GdkPixmap **pixmap_return, |