view lisp/toolbar/gud-watch.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 82060ad7b6a1
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * watch_xpm[] = {
"24 24 11 1",
" 	c #C0C0C0C0C0C0",
".	c #808080808080",
"X	c #000000000000",
"o	c #A5A59F9FA3A3",
"O	c #B5B5B9B9B5B5",
"+	c #070707070707",
"@	c #616161616161",
"#	c #2D2D30302D2D",
"$	c #020202020202",
"%	c #9A9A99999A9A",
"&	c #2F2F1A1A0202",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"          .XX           ",
"         oX. X Xo       ",
"        O+@   X@#       ",
"        #    X O$o      ",
"       ##       @#      ",
"      @+O       O$o     ",
"     %XX&%   %&X&##     ",
"    %#O O#%X%#O O#X     ",
"    &O   O& &O   O&     ",
"    X     X X     X     ",
"    &O   O& &O   O&     ",
"    %#O O#% %#O O#%     ",
"     %&X&%   %&X&%      ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};