aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfont.h
diff options
context:
space:
mode:
authorJan Djärv2014-07-20 15:18:47 +0200
committerJan Djärv2014-07-20 15:18:47 +0200
commit880b716696b4d8737e7199d6487f17b7e6825dd4 (patch)
tree92dac1478861aa683ce4a90308e5f6bb05849d09 /src/macfont.h
parenteb8cb39e8930b476e20bb8434e28a350e46ece34 (diff)
downloademacs-880b716696b4d8737e7199d6487f17b7e6825dd4.tar.gz
emacs-880b716696b4d8737e7199d6487f17b7e6825dd4.zip
* macfont.h (macfont_update_antialias_threshold): Declare.
* macfont.m (macfont_update_antialias_threshold): Remove static. * nsterm.h (EmacsApp): Add antialiasThresholdDidChange. * nsterm.m (applicationDidFinishLaunching:): Call antialiasThresholdDidChange, register for antialias changes. (antialiasThresholdDidChange:): New method for EmacsApp. Fixes: debbugs:17534
Diffstat (limited to 'src/macfont.h')
-rw-r--r--src/macfont.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macfont.h b/src/macfont.h
index 8b451357e42..7421cd63a79 100644
--- a/src/macfont.h
+++ b/src/macfont.h
@@ -144,4 +144,5 @@ typedef const struct _EmacsScreenFont *ScreenFontRef; /* opaque */
144 144
145extern void mac_register_font_driver (struct frame *f); 145extern void mac_register_font_driver (struct frame *f);
146extern void *macfont_get_nsctfont (struct font *font); 146extern void *macfont_get_nsctfont (struct font *font);
147extern void macfont_update_antialias_threshold (void);
147 148