# HG changeset patch # User Jason Rumney # Date 1189722282 0 # Node ID cd518430d4310aeecd3ef834f6162c4af2034a9a # Parent 95d7506cb98177a1968685d152b6e3a3fd37efe9 (mac_initialize): Don't call mac_init_fringe here. (mac_term_init): Call here instead, passing rif. diff -r 95d7506cb981 -r cd518430d431 src/macterm.c --- 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;