Mercurial > emacs
changeset 69086:a25a9e239ddc
(draw_fringe_bitmap): Fix overlay-arrow display.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 21 Feb 2006 23:19:40 +0000 |
parents | c34843c27f86 |
children | 2b32a11ed542 d1c5430c5bff |
files | src/fringe.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fringe.c Tue Feb 21 23:19:31 2006 +0000 +++ b/src/fringe.c Tue Feb 21 23:19:40 2006 +0000 @@ -868,7 +868,7 @@ if (left_p && row->overlay_arrow_bitmap != NO_FRINGE_BITMAP) draw_fringe_bitmap_1 (w, row, 1, 1, (row->overlay_arrow_bitmap < 0 - ? get_logical_cursor_bitmap (w, Qoverlay_arrow) + ? get_logical_fringe_bitmap (w, Qoverlay_arrow, 0, 0) : row->overlay_arrow_bitmap)); }