Mercurial > pidgin.yaz
view pixmaps/logout_menu.xpm @ 3044:e68e2ba82310
[gaim-migrate @ 3057]
DirectIM Image sending. Not all the kinks are worked out, and it's really hackish at parts, but it works and I think it's stable.
It's late and I have to be up early tommorow, and I want this to be somewhat tested before 0.54 is released so we don't have a repeat of 0.53 ;)
Also, Luke Schierer wins the #gaim MVP award with an inclusion in CREDITS :) Thanks, Luke.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 14 Mar 2002 07:44:43 +0000 |
parents | 8e0837d62ca0 |
children |
line wrap: on
line source
/* XPM */ static char * logout_menu_xpm[] = { /* width height num_colors chars_per_pixel */ "18 18 15 1", /* colors */ " c #cccccc", ". c #999999", "X c None", "o c black", "O c #000066", "+ c #996666", "@ c white", "# c #000099", "$ c #666699", "% c #ffff99", "& c #6666cc", "* c #336699", "= c #333366", "- c #333399", "; c #333333", /* pixels */ "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX", "XXX .XoooooooooXXX", "XXXXXXo OXXX", "XXXo.Xo ++@++@#XXX", "XXXXX$o.+%@+%@OXXX", "XXXXX&o +%@+%@#XXX", "XXX .*o @@@@@@OXXX", "XXX=X-ooo+@++@#XXX", "XXXXX=o +.@+%@#XXX", "XXXX.;o +%@+%@OXXX", "XXXoXXo +%@+%@#XXX", "XXXXXXo @@@@@@OXXX", "XXX .*#O#O#O#O#XXX", "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXX"};