view etc/images/smilies/grayscale/sad.xpm @ 103583:36fd6f9e6463

* emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 24 Jun 2009 14:27:47 +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",
"              ",
"              ",
"    .    .    ",
"    +    +    ",
"    +    +    ",
"    +    +    ",
"              ",
"     @@@@     ",
"    #++++#    ",
"   .+@  @+.   ",
"  @+@    @+@  ",
"   .      .   ",
"              ",
"              "};