view etc/images/smilies/grayscale/smile.xpm @ 106177:cb523092ddfd

* xterm.c (x_new_font): * print.c (print_object): * cmds.c (Fself_insert_command): Move declarations before statements.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 21 Nov 2009 02:33:45 +0000
parents a3c27999decb
children
line wrap: on
line source

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