Mercurial > emacs
changeset 84542:cd518430d431
(mac_initialize): Don't call mac_init_fringe here.
(mac_term_init): Call here instead, passing rif.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 13 Sep 2007 22:24:42 +0000 |
parents | 95d7506cb981 |
children | c7b52c80ffa2 |
files | src/macterm.c |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.c Thu Sep 13 22:24:16 2007 +0000 +++ b/src/macterm.c Thu Sep 13 22:24:42 2007 +0000 @@ -12590,6 +12590,10 @@ x_display_name_list); dpyinfo->name_list_element = XCAR (x_display_name_list); +#if USE_CG_DRAWING + mac_init_fringe (terminal->rif); +#endif + UNBLOCK_INPUT; return dpyinfo; @@ -12801,6 +12805,7 @@ off the bottom. */ #endif + return terminal; } @@ -12846,8 +12851,6 @@ #if USE_CG_DRAWING init_cg_color (); - - mac_init_fringe (); #endif UNBLOCK_INPUT;