Remove now-unnecessary cast.
This commit is contained in:
parent
9bf3a0be0c
commit
97f2c2b7bb
@ -529,7 +529,7 @@ main (int argc, char **argv)
|
|||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
const gchar*** xpmp;
|
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,
|
DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_WIDTH * 3,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
new_testrgb_window (pixbuf, NULL);
|
new_testrgb_window (pixbuf, NULL);
|
||||||
|
@ -9,3 +9,4 @@ testpixbuf
|
|||||||
testpixbuf-drawable
|
testpixbuf-drawable
|
||||||
testpixbuf-scale
|
testpixbuf-scale
|
||||||
testanimation
|
testanimation
|
||||||
|
gdk-pixbuf-features.h
|
||||||
|
@ -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>
|
2000-02-14 Elliot Lee <sopwith@redhat.com>
|
||||||
* gdk-pixbuf/gdk-pixbuf.h, gdk-pixbuf/gdk-pixbuf-data.c: Make passed-in argument 'const'.
|
* gdk-pixbuf/gdk-pixbuf.h, gdk-pixbuf/gdk-pixbuf-data.c: Make passed-in argument 'const'.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user