diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.h b/src/macterm.h index 69b89fbf082..8b45777e546 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -584,7 +584,7 @@ extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, | |||
| 584 | extern void mac_clear_area P_ ((struct frame *, int, int, | 584 | extern void mac_clear_area P_ ((struct frame *, int, int, |
| 585 | unsigned int, unsigned int)); | 585 | unsigned int, unsigned int)); |
| 586 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); | 586 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); |
| 587 | extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *)); | 587 | extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *, int, int)); |
| 588 | extern OSErr install_window_handler P_ ((WindowPtr)); | 588 | extern OSErr install_window_handler P_ ((WindowPtr)); |
| 589 | extern void remove_window_handler P_ ((WindowPtr)); | 589 | extern void remove_window_handler P_ ((WindowPtr)); |
| 590 | extern void do_menu_choice P_ ((SInt32)); | 590 | extern void do_menu_choice P_ ((SInt32)); |