Mercurial > pidgin
view pixmaps/gnome_add.xpm @ 4200:c8fb43808a4b
[gaim-migrate @ 4431]
I try to look at it like this:
At least now I know a little more about va_args.
So when you pass stuff through "...", gcc promotes the argument to an
integer. So passing fu16_t because 4 bytes instead of 2. Then when
using va_args, you have to use a type that is 4 bytes instead of 2.
I guess va_args is different in gcc 2, in that, if you give it a 2 byte
type, it will get 4 bytes anyway. Either that, or gcc2 doesn't promote
stuff to 4 bytes when passed through ....
Anyway, sorry to all gcc3.x users. This patch just fixes a little bit
of whitespace stuff, again, for no real reason.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 04 Jan 2003 19:41:07 +0000 |
parents | ff7a04b30608 |
children |
line wrap: on
line source
/* XPM */ static char * gnome_add_xpm[] = { "24 24 29 1", " c None", ". c #000000", "+ c #706C60", "@ c #E0DCC0", "# c #6F6B5F", "$ c #6E6A5E", "% c #DEDABE", "& c #ADA798", "* c #686754", "= c #949480", "- c #BAB696", "; c #41413F", "> c #5F5F59", ", c #D4CCC0", "' c #A7A296", ") c #B3B090", "! c #484844", "~ c #84847C", "{ c #A19D90", "] c #4B4B48", "^ c #CEC7B9", "/ c #969289", "( c #BAB3A8", "_ c #6D6D66", ": c #AAA597", "< c #5B5B56", "[ c #7F7C71", "} c #5A5A54", "| c #8D897F", " ", " ", " ", " ... ", " ... ", " ... ", " ... ", " ... ", " ....... ", " ..... ", " ...+...@... ", " ..++#$#.@%%@@.. ", " .&.*+++=@@@-;>. ", " .,,'.*+=@)!>~~. ", " .,,,,{.+]>~~~~. ", " .,,,,,^.~~~~~~. ", " .,,,,,,.~~~~~~. ", " .,,,,,,.~~~~~~. ", " ./(,,,,.~~~~~_. ", " ..:,,,.~~~~<.. ", " .[(,.~~}.. ", " ..|.}.. ", " ... ", " "};