emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c,v
Date: Thu, 13 Sep 2007 22:24:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/09/13 22:24:43

Index: macterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/macterm.c,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -b -r1.232 -r1.233
--- macterm.c   29 Aug 2007 05:27:56 -0000      1.232
+++ macterm.c   13 Sep 2007 22:24:42 -0000      1.233
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]