view etc/images/smilies/smile.xpm @ 96015:045ef67cb49e

* font.c (font_parse_fcname): Fix handling of unknown-spec string.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 16 Jun 2008 14:35:02 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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