comparison src/macterm.c @ 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 27d11c1d4e46
children 5039706521c9
comparison
equal deleted inserted replaced
84541:95d7506cb981 84542:cd518430d431
12588 x_display_name_list = Fcons (Fcons (display_name, 12588 x_display_name_list = Fcons (Fcons (display_name,
12589 Fcons (Qnil, dpyinfo->xrdb)), 12589 Fcons (Qnil, dpyinfo->xrdb)),
12590 x_display_name_list); 12590 x_display_name_list);
12591 dpyinfo->name_list_element = XCAR (x_display_name_list); 12591 dpyinfo->name_list_element = XCAR (x_display_name_list);
12592 12592
12593 #if USE_CG_DRAWING
12594 mac_init_fringe (terminal->rif);
12595 #endif
12596
12593 UNBLOCK_INPUT; 12597 UNBLOCK_INPUT;
12594 12598
12595 return dpyinfo; 12599 return dpyinfo;
12596 } 12600 }
12597 12601
12799 terminal->fast_clear_end_of_line = 1; /* X does this well. */ 12803 terminal->fast_clear_end_of_line = 1; /* X does this well. */
12800 terminal->memory_below_frame = 0; /* We don't remember what scrolls 12804 terminal->memory_below_frame = 0; /* We don't remember what scrolls
12801 off the bottom. */ 12805 off the bottom. */
12802 12806
12803 #endif 12807 #endif
12808
12804 return terminal; 12809 return terminal;
12805 } 12810 }
12806 12811
12807 static void 12812 static void
12808 mac_initialize () 12813 mac_initialize ()
12844 #endif 12849 #endif
12845 #endif 12850 #endif
12846 12851
12847 #if USE_CG_DRAWING 12852 #if USE_CG_DRAWING
12848 init_cg_color (); 12853 init_cg_color ();
12849
12850 mac_init_fringe ();
12851 #endif 12854 #endif
12852 12855
12853 UNBLOCK_INPUT; 12856 UNBLOCK_INPUT;
12854 12857
12855 } 12858 }