emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fringe.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/fringe.c
Date: Wed, 15 Mar 2006 07:55:45 +0000

Index: emacs/src/fringe.c
diff -u emacs/src/fringe.c:1.38 emacs/src/fringe.c:1.39
--- emacs/src/fringe.c:1.38     Tue Feb 21 23:19:40 2006
+++ emacs/src/fringe.c  Wed Mar 15 07:55:45 2006
@@ -1689,10 +1689,14 @@
     }
 }
 
-#ifdef HAVE_NTGUI
+#if defined (WINDOWS_NT) || defined (MAC_OS)
 
 void
+#ifdef WINDOWS_NT
 w32_init_fringe ()
+#else  /* MAC_OS */
+mac_init_fringe ()
+#endif
 {
   int bt;
 
@@ -1705,7 +1709,9 @@
       rif->define_fringe_bitmap (bt, fb->bits, fb->height, fb->width);
     }
 }
+#endif
 
+#ifdef WINDOWS_NT
 void
 w32_reset_fringes ()
 {




reply via email to

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