diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-09-13 22:25:13 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-09-13 22:25:13 +0000 |
commit | 09b69f0142c0e8f5edaa98a6f4f3a6f9520ba74b (patch) | |
tree | 352a2e6cb751886145ebbb55c0c4eb13f4b87f1a /src/w32term.c | |
parent | 9c7c716d87ef787bd192c71879109678c9bb9946 (diff) | |
download | emacs-09b69f0142c0e8f5edaa98a6f4f3a6f9520ba74b.tar.gz |
(w32_term_init): Pass rif to w32_init_fringe.
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |