mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(w32_term_init): Pass rif to w32_init_fringe.
This commit is contained in:
parent
9c7c716d87
commit
09b69f0142
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user