view lisp/toolbar/home.xpm @ 54144:02b649742717

(handle_single_display_prop): Handle left-fringe and right-fringe similar to a display margin image. Specifically, the characters having the fringe prop are no longer shown, and we use IT_IMAGE/next_element_from_image with image_id = -1 to do this. Set fringe bitmap face_id in it->face_id. (produce_image_glyph): Handle image_id < 0 as "no image" case, but still realize it->face (i.e. the fringe bitmap face).
author Kim F. Storm <storm@cua.dk>
date Wed, 25 Feb 2004 22:39:54 +0000
parents 54d90c318dfd
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char * home_xpm[] = {
"24 24 9 1",
" 	c None",
".	c #020202",
"+	c #6C7962",
"@	c #7A8A6E",
"#	c #FEFEFE",
"$	c #7E8E76",
"%	c #82927A",
"&	c #C8CEC4",
"*	c #E3E7E1",
"                        ",
"                        ",
"                        ",
"                        ",
"           .  ...       ",
"          .#. .&.       ",
"         .#*%..&.       ",
"        .##&&$.&.       ",
"       .##&&&&$&.       ",
"      .*#&&&&&&@.       ",
"     .##&&&&&&&&+.      ",
"    .###&&&&&&&&&+.     ",
"   ...##&&&&&&&&+...    ",
"     .##&&&&&&&&+.      ",
"     .##....&&&&+.      ",
"     .##.&&.&&&&+.      ",
"     .##.&&.&&&&+.      ",
"     .#*.&&.&&&&+.      ",
"     .&+.++.+++++.      ",
"     .............      ",
"                        ",
"                        ",
"                        ",
"                        "};