aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fringe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 2fb88ce01e8..cb75c92ff5c 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1705,6 +1705,7 @@ mac_init_fringe ()
1705#endif 1705#endif
1706{ 1706{
1707 int bt; 1707 int bt;
1708 struct redisplay_interface *rif = FRAME_RIF (SELECTED_FRAME ());
1708 1709
1709 if (!rif) 1710 if (!rif)
1710 return; 1711 return;
@@ -1723,6 +1724,7 @@ w32_reset_fringes ()
1723{ 1724{
1724 /* Destroy row bitmaps. */ 1725 /* Destroy row bitmaps. */
1725 int bt; 1726 int bt;
1727 struct redisplay_interface *rif = FRAME_RIF (SELECTED_FRAME ());
1726 1728
1727 if (!rif) 1729 if (!rif)
1728 return; 1730 return;