view pixmaps/status-game.xpm @ 5146:ac9ca88d4b25

[gaim-migrate @ 5510] I guess I'm gonna go ahead and commit this... I don't think there's any real functionality change. AIM file transfer might work a little better, I guess. I probably fixed a bug or two. Like, filenames>64 characters won't cause infinite loopage. Changed AIM file transfer a bit with the following two goals: -Move some code from oscar.c to libfaim. Should make it easier for 3rd parties to use libfaim for file transfer. -Allow for easier code reuse with "get file" (in the works) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 17 Apr 2003 03:28:21 +0000
parents 304e8c376472
children
line wrap: on
line source

/* XPM */
static char * status_game_xpm[] = {
"12 12 14 1",
" 	c None",
".	c #FFFFFF",
"+	c #838183",
"@	c #000000",
"#	c #000083",
"$	c #008183",
"%	c #C5C2FF",
"&	c #C0C0C0",
"*	c #808000",
"=	c #FFFF00",
"-	c #000080",
";	c #808080",
">	c #800000",
",	c #FF0000",
"  &&@@**&&  ",
" &@@====**& ",
"&@==....=.*&",
"&@=...====*&",
"@=..-.=-.==*",
"@=.&;&&;&==*",
".+@####====*",
"+$%%+%%=,==*",
"#.....$>==*&",
"#.#...$===*&",
"#.....$=**& ",
"#...#.$*&&  "};