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:
parent
e7988f0920
commit
2a29c3c1ae
2 changed files with 6 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue