summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog9
-rw-r--r--src/w32term.c2
2 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25e30ab082c..2e4a32f4c93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/w32term.c b/src/w32term.c
index 2e3860b6637..e8d8cee7da7 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -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