view pixmaps/smile.xpm @ 2153:0befa2d2e540

[gaim-migrate @ 2163] moving mail notifications to the core. this makes things much easier on the protocols. next steps: make buddy right-click menu stuff generated by the core (based on information provided by the protocols, similar to the away menu stuff); make entry-widget protocol-specific user options generated by the core based on what the protocols tell it (in a similar way). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 22 Aug 2001 21:11:58 +0000
parents 230b022108f4
children
line wrap: on
line source

/* XPM */
static char * smile_xpm[] = {
"19 19 7 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #666600",
"$	c #999900",
"%	c #FF3300",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@@.@@@@@.@@@+. ",
" .@@@...@@@...@@@. ",
".+@@@...@@@...@@@+.",
".@@@@...@@@...@@@@.",
".@@@@@.@@@@@.@@@@@.",
".@@@@@@@@@@@@@@@@@.",
".@@@.@@@@@@@@@.@@@.",
".@@.#@@@@@@@@@#.@@.",
".+@@@.+@@@@@+.@@@+.",
" .@@@@..$$$..@@@@. ",
" .+@@@@.%%%.@@@@+. ",
"  .@@@@@...@@@@@.  ",
"   .+@@@@@@@@@+.   ",
"    ..+@@@@@+..    ",
"      .......      "};