]> Pileus Git - ~andy/gtk/commitdiff
Remove now-unnecessary cast.
authorDarin Adler <darin@src.gnome.org>
Mon, 14 Feb 2000 20:51:51 +0000 (20:51 +0000)
committerDarin Adler <darin@src.gnome.org>
Mon, 14 Feb 2000 20:51:51 +0000 (20:51 +0000)
demos/testpixbuf.c
gdk-pixbuf/.cvsignore
gdk-pixbuf/ChangeLog

index a5bc78774bdb2f61c72588d8b13592237c1712c5..423d7d330812c95195259657b9f350598009c155 100644 (file)
@@ -529,7 +529,7 @@ main (int argc, char **argv)
        if (argc == 1) {
                 const gchar*** xpmp;
                 
-               pixbuf = gdk_pixbuf_new_from_data ((guchar *) default_image, ART_PIX_RGB, FALSE,
+               pixbuf = gdk_pixbuf_new_from_data (default_image, ART_PIX_RGB, FALSE,
                                                   DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_WIDTH * 3,
                                                   NULL, NULL);
                new_testrgb_window (pixbuf, NULL);
index 6f2afc36013b9189df402ccfbf8c9944f55148cd..e80ab794d81f4726c4bfcd456e81e65e34568193 100644 (file)
@@ -9,3 +9,4 @@ testpixbuf
 testpixbuf-drawable
 testpixbuf-scale
 testanimation
+gdk-pixbuf-features.h
index 38ee6d736c1ca609fd9ac2834ed35ef83f60c96b..04e4aaad68ab0b24e15c78be8b19774d158080fc 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-14  Darin Adler  <darin@eazel.com>
+
+       * gdk-pixbuf/testpixbuf.c: Remove now-unnecessary cast.
+       * .cvsignore: gdk-pixbuf/.cvsignore: More to ignore.
+
 2000-02-14  Elliot Lee  <sopwith@redhat.com>
        * gdk-pixbuf/gdk-pixbuf.h, gdk-pixbuf/gdk-pixbuf-data.c: Make passed-in argument 'const'.