]> Pileus Git - ~andy/gtk/commit
API: Remove APIs to generate pixmaps from pixbufs
authorBenjamin Otte <otte@redhat.com>
Fri, 27 Aug 2010 10:14:36 +0000 (12:14 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:11:29 +0000 (15:11 +0200)
commit4a9c32dc36757d04d628f9193e95f09186ee3b65
tree48b0c250af9617ba9dcef3bbd1cb6f8c7af54735
parent64537102664da8c5b1a7c994bfe14ec2a8cf6144
API: Remove APIs to generate pixmaps from pixbufs

The 3 functions in question were:
- gdk_pixbuf_render_threshold_alpha()
- gdk_pixbuf_render_pixmap_and_mask()
- gdk_pixbuf_render_pixmap_and_mask_for_colormap()

All of them can be replaced using Cairo if they have to. The
functionality is only needed to talk to old X interfaces and normal apps
do fine without them.
docs/reference/gdk/gdk3-sections.txt
gdk/Makefile.am
gdk/gdk.symbols
gdk/gdkpixbuf-render.c [deleted file]
gdk/gdkpixbuf.h