comparison src/fringe.c @ 69490:a9aa9b45a386

(w32_init_fringe, w32_reset_fringes): Restore to being conditional on HAVE_NTGUI, not WINDOWS_NT.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 15 Mar 2006 10:48:26 +0000
parents 606d39d5dc60
children c00e99faf809 e3bacb89536a
comparison
equal deleted inserted replaced
69489:13346eee6e10 69490:a9aa9b45a386
1687 fringe_bitmaps[i] = NULL; 1687 fringe_bitmaps[i] = NULL;
1688 fringe_faces[i] = Qnil; 1688 fringe_faces[i] = Qnil;
1689 } 1689 }
1690 } 1690 }
1691 1691
1692 #if defined (WINDOWS_NT) || defined (MAC_OS) 1692 #if defined (HAVE_NTGUI) || defined (MAC_OS)
1693 1693
1694 void 1694 void
1695 #ifdef WINDOWS_NT 1695 #ifdef HAVE_NTGUI
1696 w32_init_fringe () 1696 w32_init_fringe ()
1697 #else /* MAC_OS */ 1697 #else /* MAC_OS */
1698 mac_init_fringe () 1698 mac_init_fringe ()
1699 #endif 1699 #endif
1700 { 1700 {
1709 rif->define_fringe_bitmap (bt, fb->bits, fb->height, fb->width); 1709 rif->define_fringe_bitmap (bt, fb->bits, fb->height, fb->width);
1710 } 1710 }
1711 } 1711 }
1712 #endif 1712 #endif
1713 1713
1714 #ifdef WINDOWS_NT 1714 #ifdef HAVE_NTGUI
1715 void 1715 void
1716 w32_reset_fringes () 1716 w32_reset_fringes ()
1717 { 1717 {
1718 /* Destroy row bitmaps. */ 1718 /* Destroy row bitmaps. */
1719 int bt; 1719 int bt;