1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(w32_init_fringe, mac_init_fringe): Declare rif argument.

This commit is contained in:
Jason Rumney 2007-09-19 20:50:40 +00:00
parent e7988f0920
commit 2a29c3c1ae
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2007-09-19 Jason Rumney <jasonr@gnu.org>
* dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
2007-09-19 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
* coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):

View file

@ -2762,11 +2762,11 @@ int update_window_fringes P_ ((struct window *, int));
void compute_fringe_widths P_ ((struct frame *, int));
#ifdef WINDOWS_NT
void w32_init_fringe P_ ((void));
void w32_init_fringe P_ ((struct redisplay_interface *));
void w32_reset_fringes P_ ((void));
#endif
#ifdef MAC_OS
void mac_init_fringe P_ ((void));
void mac_init_fringe P_ ((struct redisplay_interface *));
#endif
/* Defined in image.c */