view etc/images/smilies/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 210af0ad3d35
children
line wrap: on
line source

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