aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-10 07:13:41 +0400
committerDmitry Antipov2014-06-10 07:13:41 +0400
commit2e120be4e9871626734ba8334897488019c00cdb (patch)
treeb884de0bf1396af6648446871d487465a8484782 /src/fringe.c
parent29993416fb4d19c1c3bb146367fc4bed74845486 (diff)
downloademacs-2e120be4e9871626734ba8334897488019c00cdb.tar.gz
emacs-2e120be4e9871626734ba8334897488019c00cdb.zip
* dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...
* xfaces.c (prepare_face_for_display) [HAVE_WINDOW_SYSTEM]: ... this function. Also adjust comment. * fringe.c, w32term.c, xdisp.c, xterm.c: All users changed.
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 7256987bcc2..d00aee0e0b6 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -634,7 +634,7 @@ draw_fringe_bitmap_1 (struct window *w, struct glyph_row *row, int left_p, int o
634 return; 634 return;
635 } 635 }
636 636
637 PREPARE_FACE_FOR_DISPLAY (f, p.face); 637 prepare_face_for_display (f, p.face);
638 638
639 /* Clear left fringe if no bitmap to draw or if bitmap doesn't fill 639 /* Clear left fringe if no bitmap to draw or if bitmap doesn't fill
640 the fringe. */ 640 the fringe. */