view etc/images/smilies/grayscale/sad.xpm @ 96560:d87a9f1b9378

(xfont_open): Adjust it for the change of font_make_object. Don't check Vvertical_centering_font_regexp here.
author Kenichi Handa <handa@m17n.org>
date Wed, 09 Jul 2008 00:31:26 +0000
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * sad_xpm[] = {
"14 14 5 1",
" 	c None",
".	c #484848",
"+	c #000000",
"@	c #ABABAB",
"#	c #6E6E6E",
"              ",
"              ",
"    .    .    ",
"    +    +    ",
"    +    +    ",
"    +    +    ",
"              ",
"     @@@@     ",
"    #++++#    ",
"   .+@  @+.   ",
"  @+@    @+@  ",
"   .      .   ",
"              ",
"              "};