view etc/images/smilies/sad.xpm @ 67357:ad09fcb8cef5

(edebug-skip-whitespace): read1:lread.c says that comments end at \n, regardless of selective-display.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 06 Dec 2005 22:10:07 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * sad_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+++.....+++.",
".++.+++++.++.",
".++.+++++.++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};