comparison src/dispextern.h @ 90370:e3bacb89536a

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 157-163) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 58-61) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 19 Mar 2006 19:43:57 +0000
parents c5406394f567 770e629b410a
children 2ecafc6d5db7
comparison
equal deleted inserted replaced
90369:88810aee3a45 90370:e3bacb89536a
2726 void compute_fringe_widths P_ ((struct frame *, int)); 2726 void compute_fringe_widths P_ ((struct frame *, int));
2727 2727
2728 #ifdef WINDOWS_NT 2728 #ifdef WINDOWS_NT
2729 void w32_init_fringe P_ ((void)); 2729 void w32_init_fringe P_ ((void));
2730 void w32_reset_fringes P_ ((void)); 2730 void w32_reset_fringes P_ ((void));
2731 #endif
2732 #ifdef MAC_OS
2733 void mac_init_fringe P_ ((void));
2731 #endif 2734 #endif
2732 2735
2733 /* Defined in image.c */ 2736 /* Defined in image.c */
2734 2737
2735 #ifdef HAVE_WINDOW_SYSTEM 2738 #ifdef HAVE_WINDOW_SYSTEM