view etc/images/smilies/grayscale/reverse-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 * reverse_smile_xpm[] = {
"14 14 5 1",
" 	c None",
".	c #ABABAB",
"+	c #737373",
"@	c #000000",
"#	c #484848",
"              ",
"              ",
"     ....     ",
"    +@@@@+    ",
"   +@    @+   ",
"  .@      @.  ",
"  @        @  ",
"              ",
"    @    @    ",
"    @    @    ",
"    @    @    ",
"    #    #    ",
"              ",
"              "};