Mercurial > pidgin.yaz
view pixmaps/aol_icon.xpm @ 1726:004725b3a851
[gaim-migrate @ 1736]
most of nsanch's patch for zephyr (all except the input watcher - i can't understand why it's not working for me. it looks like it should work and i really want to add it).
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 19 Apr 2001 00:05:50 +0000 |
parents | 2846a03bda67 |
children | d27235dafd16 |
line wrap: on
line source
/* XPM */ static char * aol_icon_xpm[] = { /* width height num_colors chars_per_pixel */ "12 12 6 1", /* colors */ " c None", ". c #ccccff", "X c #3333ff", "o c blue", "O c #9999ff", "+ c #6666ff", /* pixels */ " ", " .. ", " XX ", " .oo. ", " XooX ", " .XOOXO ", " Xooo.O ", " .OoooXOO ", " X.oooo.X ", " OoXOooo.oO ", " Xoo+.+oooX ", " "};