X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d0104e754a241cf83811fef30195d41201de533c..b12f6e85a068462962d1bf012260e2b55aabd4e7:/src/fringe.c diff --git a/src/fringe.c b/src/fringe.c index dd885beb1b..a39e729cfd 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1,13 +1,13 @@ /* Fringe handling (split from xdisp.c). Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, - 1998, 1999, 2000, 2000, 2001, 2002, 2003, 2004, - 2005, 2006 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) +the Free Software Foundation; either version 3, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -1705,6 +1705,7 @@ mac_init_fringe () #endif { int bt; + struct redisplay_interface *rif = FRAME_RIF (SELECTED_FRAME ()); if (!rif) return; @@ -1723,6 +1724,7 @@ w32_reset_fringes () { /* Destroy row bitmaps. */ int bt; + struct redisplay_interface *rif = FRAME_RIF (SELECTED_FRAME ()); if (!rif) return;