view etc/images/smilies/smile.xpm @ 100103:c2ef1c8b2d64

(register_font_driver): Use xmalloc. (font_put_frame_data): Likewise.
author Andreas Schwab <schwab@suse.de>
date Mon, 01 Dec 2008 20:14:43 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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