]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_term_init): Pass rif to w32_init_fringe.
authorJason Rumney <jasonr@gnu.org>
Thu, 13 Sep 2007 22:25:13 +0000 (22:25 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 13 Sep 2007 22:25:13 +0000 (22:25 +0000)
src/ChangeLog
src/w32term.c

index 25e30ab082c8a7fe02e869aef013c8dbff345a46..2e4a32f4c9338a98ad7e3acdac05da75b53bbeda 100644 (file)
@@ -1,3 +1,12 @@
+2007-09-13  Jason Rumney  <jasonr@gnu.org>
+
+       * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
+
+       * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
+
+       * macterm.c (mac_initialize): Don't call mac_init_fringe here.
+       (mac_term_init): Call here instead, passing rif.
+
 2007-09-13  Glenn Morris  <rgm@gnu.org>
 
        * s/hpux.h: No longer define `static' as nothing.
index 2e3860b66375160bcec90ea57cc7ee7ecdb6a80d..e8d8cee7da786946c87d718cbc9a169ec3521a4d 100644 (file)
@@ -6412,7 +6412,7 @@ w32_term_init (display_name, xrm_option, resource_name)
      horizontally reflected compared to how they appear on X, so we
      need to bitswap and convert to unsigned shorts before creating
      the bitmaps.  */
-  w32_init_fringe ();
+  w32_init_fringe (terminal->rif);
 
 #ifndef F_SETOWN_BUG
 #ifdef F_SETOWN