Mercurial > pidgin
view pixmaps/login_icon.xpm @ 5844:db5aa27cb345
[gaim-migrate @ 6275]
Compile warning reduction and non-C99 compile fixen.
Also fixed AIM over OSCAR's "Format Screenname" (wrong function name :-) )
He that wanders is not always lost.
Deny desire and you will be happy.
Slay not he that hath no ear.
A good traveller has no fixed plans and is not intent upon arriving.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 13 Jun 2003 02:15:11 +0000 |
parents | 2846a03bda67 |
children |
line wrap: on
line source
/* XPM */ static char * login_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 14 1", /* colors */ " c None", ". c #ccccff", "X c #6699cc", "o c #336699", "O c #000099", "+ c #000066", "@ c #cccccc", "# c black", "$ c #999966", "% c #ffff66", "& c #cccc99", "* c #996666", "= c #999999", "- c #666699", /* pixels */ " .XoO", " OO+O+OOX.@+", " O#$%$#O .&+", " +#%%%#+ .@O", " O#$%*#O .&O", " O%%%%%O =@O", " +%%%%%+ #-+", " O$%%%$O $@O", " +#%%%#+ .&+", " O#%%%#O .@O", "OOO+O+OOX.&+", " XoO"};