Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
97f2c2b7
Commit
97f2c2b7
authored
Feb 14, 2000
by
Darin Adler
Browse files
Remove now-unnecessary cast.
parent
9bf3a0be
Changes
3
Hide whitespace changes
Inline
Side-by-side
demos/testpixbuf.c
View file @
97f2c2b7
...
...
@@ -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
);
...
...
gdk-pixbuf/.cvsignore
View file @
97f2c2b7
...
...
@@ -9,3 +9,4 @@ testpixbuf
testpixbuf-drawable
testpixbuf-scale
testanimation
gdk-pixbuf-features.h
gdk-pixbuf/ChangeLog
View file @
97f2c2b7
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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment