view etc/images/smilies/grin.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 210af0ad3d35
children
line wrap: on
line source

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