]> Pileus Git - ~andy/gtk/commit
New function to create a blank pixbuf.
authorHavoc Pennington <hp@pobox.com>
Wed, 27 Oct 1999 17:28:44 +0000 (17:28 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 27 Oct 1999 17:28:44 +0000 (17:28 +0000)
commit1a0a5d0399d5b3aaa4edc1c9763e07c0c35d1048
tree0a74932f1276d398446153e05fbd32ce789da2a4
parente8242a24eb22f6b09d24a846ce21f2c099f95779
New function to create a blank pixbuf.

1999-10-27  Havoc Pennington  <hp@pobox.com>

* src/gdk-pixbuf.c (gdk_pixbuf_new): New function to create a
blank pixbuf.

* src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Check all
three progressive load funcs are non-NULL, rather than checking
begin_load three times. Also, check whether begin_load returns
NULL on failure.
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/gdk-pixbuf.h
gtk/gdk-pixbuf-loader.c