]> code.delx.au - gnu-emacs/commit
The following changes consolidates the fringe handling from
authorKim F. Storm <storm@cua.dk>
Wed, 12 Mar 2003 12:11:00 +0000 (12:11 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Mar 2003 12:11:00 +0000 (12:11 +0000)
commitffbbc941e006dabe65cef31f120768677d285dbd
tree64eef22be08bf4350a85d3d8687639218fad89c4
parent5958f265902d913b2aec3ee51a26227ebe5e4ab4
The following changes consolidates the fringe handling from
xterm.c, w32term.c, and macterm.c into xdisp.c.

* xdisp.c: Consolidate fringe handling code here.
(left_bits, right_bits, continued_bits, continuation_bits)
(ov_bits, zv_bits): Define fringe bitmaps.
(fringe_bitmaps): New array holding fringe bitmaps.
(draw_fringe_bitmap): Draw a specific bitmap; call display
specific drawing routine via rif->draw_fringe_bitmap.
(draw_row_fringe_bitmaps): Generic replacement for
x_draw_row_fringe_bitmaps; all callers changed.
(compute_fringe_widths): Generic replacement for
x_compute_fringe_widths; all callers changed.
src/xdisp.c