emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fringe.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/fringe.c
Date: Tue, 21 Feb 2006 23:19:40 +0000

Index: emacs/src/fringe.c
diff -u emacs/src/fringe.c:1.37 emacs/src/fringe.c:1.38
--- emacs/src/fringe.c:1.37     Tue Feb 21 09:42:16 2006
+++ emacs/src/fringe.c  Tue Feb 21 23:19:40 2006
@@ -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));
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]