view pixmaps/big.xpm @ 283:0f14e6d8a51b

[gaim-migrate @ 293] - Good fun things here. Sometimes I think Adam does things just to make it difficult for me, I swear (j/k :) ). - I moved all the .h files into the faim/ directory because I'm tired of changing faim/aim.h to just aim.h every time Adam makes an update. - libfaim can now send messages much longer than WinAIM or TOC can. But, the length checking code is still in conversation.c, and I haven't changed it yet, mostly because I'm lazy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 31 May 2000 03:20:11 +0000
parents 2846a03bda67
children 9d5e7e987103
line wrap: on
line source

/* XPM */
static char *big_xpm[] = {
/* columns rows colors chars-per-pixel */
"22 17 7 1",
"  c Gray0",
". c Gray40",
"X c #666666669999",
"o c Magenta",
"O c #999999996666",
"+ c Gray60",
"@ c None",
/* pixels */
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@ @@@@@@@ @@@@@@@",
"@@@@@   @@@@@@ @@@@@@@",
"@@@@     @@@@   @@@@@@",
"@@@@     @@@@   @@@@@@",
"@@@@ . . @@@  @  @@@@@",
"@@@@XOXO.@@@  @  @@@@@",
"@@@@OXOX@@@@     @@@@@",
"@@@@XOXO.@@  @@@  @@@@",
"@@@@@@@@@@@  @@@  @@@@",
"@@@@@@@@@@    @    @@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@@"
};