diff options
| author | Jason Rumney | 2007-09-19 20:50:40 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-09-19 20:50:40 +0000 |
| commit | 2a29c3c1ae8b75fc386f2cf3952cec653fe2cdb1 (patch) | |
| tree | 61eace0b078f68b6958530094ccbb9c2f6bcafa4 | |
| parent | e7988f092023b2409cbb8d623ee55b8baf14d1ad (diff) | |
| download | emacs-2a29c3c1ae8b75fc386f2cf3952cec653fe2cdb1.tar.gz emacs-2a29c3c1ae8b75fc386f2cf3952cec653fe2cdb1.zip | |
(w32_init_fringe, mac_init_fringe): Declare rif argument.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/dispextern.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 323c557f469..3ac6767e6b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-09-19 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument. | ||
| 4 | |||
| 1 | 2007-09-19 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | 5 | 2007-09-19 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> |
| 2 | 6 | ||
| 3 | * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form): | 7 | * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form): |
diff --git a/src/dispextern.h b/src/dispextern.h index de9dadec6bc..f4ce7f43475 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2762,11 +2762,11 @@ int update_window_fringes P_ ((struct window *, int)); | |||
| 2762 | void compute_fringe_widths P_ ((struct frame *, int)); | 2762 | void compute_fringe_widths P_ ((struct frame *, int)); |
| 2763 | 2763 | ||
| 2764 | #ifdef WINDOWS_NT | 2764 | #ifdef WINDOWS_NT |
| 2765 | void w32_init_fringe P_ ((void)); | 2765 | void w32_init_fringe P_ ((struct redisplay_interface *)); |
| 2766 | void w32_reset_fringes P_ ((void)); | 2766 | void w32_reset_fringes P_ ((void)); |
| 2767 | #endif | 2767 | #endif |
| 2768 | #ifdef MAC_OS | 2768 | #ifdef MAC_OS |
| 2769 | void mac_init_fringe P_ ((void)); | 2769 | void mac_init_fringe P_ ((struct redisplay_interface *)); |
| 2770 | #endif | 2770 | #endif |
| 2771 | 2771 | ||
| 2772 | /* Defined in image.c */ | 2772 | /* Defined in image.c */ |