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 Mar 2006 13:29:26 +0000

Index: emacs/src/fringe.c
diff -u emacs/src/fringe.c:1.40 emacs/src/fringe.c:1.41
--- emacs/src/fringe.c:1.40     Wed Mar 15 10:48:26 2006
+++ emacs/src/fringe.c  Tue Mar 21 13:29:26 2006
@@ -866,10 +866,7 @@
   draw_fringe_bitmap_1 (w, row, left_p, overlay, NO_FRINGE_BITMAP);
 
   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_fringe_bitmap (w, Qoverlay_arrow, 0, 0)
-                          : row->overlay_arrow_bitmap));
+    draw_fringe_bitmap_1 (w, row, 1, 1, row->overlay_arrow_bitmap);
 }
 
 
@@ -1151,6 +1148,9 @@
            }
        }
 
+      if (row->overlay_arrow_bitmap < 0)
+       row->overlay_arrow_bitmap = get_logical_fringe_bitmap (w, 
Qoverlay_arrow, 0, 0);
+
       if (row->overlay_arrow_bitmap != cur->overlay_arrow_bitmap)
        {
          redraw_p = row->redraw_fringe_bitmaps_p = 
cur->redraw_fringe_bitmaps_p = 1;




reply via email to

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