annotate pixmaps/aol_icon.xpm @ 1286:cfa8aa50df83
[gaim-migrate @ 1296]
sorry, it just really bugged :) besides, it caused make distcheck to fail and i didn't feel like screwing with it.
committer: Tailor Script <tailor@pidgin.im>
author
Eric Warmenhoven <eric@warmenhoven.org>
date
Fri, 15 Dec 2000 02:29:47 +0000 (2000-12-15)
parents
2846a03bda67
children
d27235dafd16
rev
line source
1
+ �� 1 /* XPM */
+ �� 2 static char * aol_icon_xpm[] = {
+ �� 3 /* width height num_colors chars_per_pixel */
+ �� 4 "12 12 6 1",
+ �� 5 /* colors */
+ �� 6 " c None",
+ �� 7 ". c #ccccff",
+ �� 8 "X c #3333ff",
+ �� 9 "o c blue",
+ �� 10 "O c #9999ff",
+ �� 11 "+ c #6666ff",
+ �� 12 /* pixels */
+ �� 13 " ",
+ �� 14 " .. ",
+ �� 15 " XX ",
+ �� 16 " .oo. ",
+ �� 17 " XooX ",
+ �� 18 " .XOOXO ",
+ �� 19 " Xooo.O ",
+ �� 20 " .OoooXOO ",
+ �� 21 " X.oooo.X ",
+ �� 22 " OoXOooo.oO ",
+ �� 23 " Xoo+.+oooX ",
+ �� 24 " "};