From: YAMAMOTO Mitsuharu Date: Sun, 7 May 2006 08:07:26 +0000 (+0000) Subject: (mac_set_font_info_for_selection): Add extern. X-Git-Tag: emacs-pretest-22.0.90~2704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d017985589d701d97ffac1b2246c06e1fd0a0e03;p=emacs.git (mac_set_font_info_for_selection): Add extern. --- diff --git a/src/macterm.h b/src/macterm.h index fdc74cb6376..69b89fbf082 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -584,6 +584,7 @@ extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, extern void mac_clear_area P_ ((struct frame *, int, int, unsigned int, unsigned int)); extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); +extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *)); extern OSErr install_window_handler P_ ((WindowPtr)); extern void remove_window_handler P_ ((WindowPtr)); extern void do_menu_choice P_ ((SInt32));