aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2006-03-15 07:55:36 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2006-03-15 07:55:36 +0000
commitea21ef78590fc94fcf1c385fe15594b6f5b3124f (patch)
tree6f71fc0cc5d09f4f410f9a14ca05b251fd46a28f /src
parent94ad24cf31519fe28304aa7b2ff7cc5c83732594 (diff)
(mac_init_fringe) [MAC_OS]: Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 5a38467f77..333ce8f36e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2733,6 +2733,9 @@ void compute_fringe_widths P_ ((struct frame *, int));
void w32_init_fringe P_ ((void));
void w32_reset_fringes P_ ((void));
#endif
+#ifdef MAC_OS
+void mac_init_fringe P_ ((void));
+#endif
/* Defined in image.c */