aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h
index 705e5d7ac3..5c724aac7b 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -617,6 +617,10 @@ extern void remove_window_handler P_ ((WindowPtr));
#define FONT_TYPE_FOR_UNIBYTE(font, ch) 0
#define FONT_TYPE_FOR_MULTIBYTE(font, ch) 0
+/* Defined in macselect.c */
+
+extern void x_clear_frame_selections P_ ((struct frame *));
+
/* Defined in mac.c. */
extern OSErr posix_pathname_to_fsspec P_ ((const char *, FSSpec *));