Mercurial > emacs
changeset 71066:8e0c06f079c2
(mac_font_panel_visible_p, mac_show_hide_font_panel): Add externs.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Mon, 29 May 2006 09:43:18 +0000 |
parents | 380e4a856f30 |
children | 170e31f3c4eb |
files | src/macterm.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.h Mon May 29 09:43:03 2006 +0000 +++ b/src/macterm.h Mon May 29 09:43:18 2006 +0000 @@ -626,6 +626,8 @@ 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 int mac_font_panel_visible_p P_ ((void)); +extern OSStatus mac_show_hide_font_panel P_ ((void)); extern OSStatus mac_set_font_info_for_selection P_ ((struct frame *, int, int)); extern OSErr install_window_handler P_ ((WindowPtr)); extern void remove_window_handler P_ ((WindowPtr));