diff options
| author | YAMAMOTO Mitsuharu | 2006-05-29 09:43:44 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-05-29 09:43:44 +0000 |
| commit | ffd71266b9733ed1d45d138acfa71f27d52f1adc (patch) | |
| tree | e973ba0892d91550cbeb311bd71da28ce132b6d8 /src/macterm.h | |
| parent | b71c381c181bfd856ada810572697f7ec771fe26 (diff) | |
| download | emacs-ffd71266b9733ed1d45d138acfa71f27d52f1adc.tar.gz emacs-ffd71266b9733ed1d45d138acfa71f27d52f1adc.zip | |
(mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs.
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index 348d9bc4526..a1a0a1229d6 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -626,6 +626,8 @@ extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, | |||
| 626 | extern void mac_clear_area P_ ((struct frame *, int, int, | 626 | extern void mac_clear_area P_ ((struct frame *, int, int, |
| 627 | unsigned int, unsigned int)); | 627 | unsigned int, unsigned int)); |
| 628 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); | 628 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); |
| 629 | extern int mac_font_panel_visible_p P_ ((void)); | ||
| 630 | extern OSStatus mac_show_hide_font_panel P_ ((void)); | ||
| 629 | extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *, int, int)); | 631 | extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *, int, int)); |
| 630 | extern OSErr install_window_handler P_ ((WindowPtr)); | 632 | extern OSErr install_window_handler P_ ((WindowPtr)); |
| 631 | extern void remove_window_handler P_ ((WindowPtr)); | 633 | extern void remove_window_handler P_ ((WindowPtr)); |