Mercurial > pidgin.yaz
view pixmaps/login_icon.xpm @ 4592:b69bbf9b1044
[gaim-migrate @ 4876]
Nathan Conrad pointed out that sounds were in pretty lousy shape on those
wacky big-endian monsters. This should take care of that, and not hurt us
little-endian guys in the process.
Oh, and there was a chance that sound wouldn't get initialized in weird
situations. This should fix that.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 20 Feb 2003 05:00:27 +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"};