view etc/images/smilies/smile.xpm @ 91382:ee9cba23cf9d

(get_lface_attributes): Function deleted. (merge_named_face, lookup_named_face, lookup_derived_face) (realize_named_face): Call lface_from_face_name directly, and use the fact that merge_face_vectors does not alter its FROM argument.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 01 Feb 2008 22:34:19 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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