view etc/images/smilies/dead.xpm @ 107203:5cec35cc882b

* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 20 Feb 2010 09:11:20 -0500
parents c10466f972cd
children
line wrap: on
line source

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