annotate lisp/sb-tag.xpm @ 53887:ed7d265e860f

(Voverflow_newline_into_fringe, syms_of_xdisp) (left_bits, right_bits, up_arrow_bits, down_arrow_bits) (continued_bits, continuation_bits, ov_bits, first_line_bits) (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits) (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits) (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps) (draw_window_fringes, compute_fringe_widths, update_window_fringes): Move fringe handling vars and code to new file fringe.c. (handle_display_prop): Handle left-fringe and right-fringe display properties; store user fringe bitmaps in iterator. (move_it_in_display_line_to): Handle cursor in fringe at eob. (clear_garbaged_frames): Set force_flush_display_p if resized. (redisplay_window): Redraw fringe bitmaps if not just_this_one_p. (display_line): Handle cursor in fringe at eob. (display_line): Set row user fringe bitmaps from iterator.
author Kim F. Storm <storm@cua.dk>
date Sun, 08 Feb 2004 23:20:52 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
2 static char * sb_tag_xpm[] = {
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
3 "20 15 4 1",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
5 ". c #828282",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
7 "@ c #FFF993",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
8 " ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 " ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
10 " ............... ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
11 " .+++++++++++++++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
12 " .+@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
13 " .+@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
14 ".+@@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
15 ".+@++@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
16 ".+@++@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
17 ".+@@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
18 " .+@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
19 " .+@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
20 ". .+++++++++++++++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
21 " ............... ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
22 " "};