view etc/images/smilies/grin.xpm @ 73239:b6db8e4b9bbe

(sh-prev-thing): Massage to untangle the control flow a bit, simplify another bit, and add comments.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 03 Oct 2006 20:44:26 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * grin_xpm[] = {
"13 14 4 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"@	c #FFFFFF",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+.........+.",
".+.@@@@@@@.+.",
".++.@@@@@.++.",
".+++.....+++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};