view lisp/sb-dir-minus.xpm @ 59401:8f5e8e079790

(fringe_faces): Change to Lisp_Object pointer. (draw_fringe_bitmap_1): Lookup user defined fringe faces here. (destroy_fringe_bitmap): Set fringe_faces element to nil. (Fdefine_fringe_bitmap, init_fringe): Change allocation of fringe_faces array and init elements to nil. (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of non-persistent face id. (mark_fringe_data): New function for GC.
author Kim F. Storm <storm@cua.dk>
date Thu, 06 Jan 2005 22:03:00 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_dir_minus_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #FFF993",
"#	c #828282",
"  ......            ",
" .++++++.           ",
".+@@@@@@+.........  ",
".+@@@@@@@+++++++++. ",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@+++++@@@@@@+#",
".+@@@@@@.....@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
".+@@@@@@@@@@@@@@@@+#",
" #++++++++++++++++# ",
"  ################  "};