aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2006-02-21 23:19:40 +0000
committerKim F. Storm <[email protected]>2006-02-21 23:19:40 +0000
commita1b24e137f75b9f5fdbd5526947a70c462c5e5bf (patch)
tree7f07e33704fc6ee588c9dba093799dd5061cd409
parent6f62a45eec59ae9ee83aecf5b4cc77dae50fb0ee (diff)
(draw_fringe_bitmap): Fix overlay-arrow display.
-rw-r--r--src/fringe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 2ce9d04371..6221d4064d 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -868,7 +868,7 @@ draw_fringe_bitmap (w, row, left_p)
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));
}