diff options
| author | YAMAMOTO Mitsuharu | 2006-03-15 07:55:36 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-03-15 07:55:36 +0000 |
| commit | ea21ef78590fc94fcf1c385fe15594b6f5b3124f (patch) | |
| tree | 6f71fc0cc5d09f4f410f9a14ca05b251fd46a28f /src | |
| parent | 94ad24cf31519fe28304aa7b2ff7cc5c83732594 (diff) | |
| download | emacs-ea21ef78590fc94fcf1c385fe15594b6f5b3124f.tar.gz emacs-ea21ef78590fc94fcf1c385fe15594b6f5b3124f.zip | |
(mac_init_fringe) [MAC_OS]: Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 5a38467f774..333ce8f36e0 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2733,6 +2733,9 @@ void compute_fringe_widths P_ ((struct frame *, int)); | |||
| 2733 | void w32_init_fringe P_ ((void)); | 2733 | void w32_init_fringe P_ ((void)); |
| 2734 | void w32_reset_fringes P_ ((void)); | 2734 | void w32_reset_fringes P_ ((void)); |
| 2735 | #endif | 2735 | #endif |
| 2736 | #ifdef MAC_OS | ||
| 2737 | void mac_init_fringe P_ ((void)); | ||
| 2738 | #endif | ||
| 2736 | 2739 | ||
| 2737 | /* Defined in image.c */ | 2740 | /* Defined in image.c */ |
| 2738 | 2741 | ||