diff options
| author | Jan Djärv | 2014-07-20 15:18:47 +0200 |
|---|---|---|
| committer | Jan Djärv | 2014-07-20 15:18:47 +0200 |
| commit | 880b716696b4d8737e7199d6487f17b7e6825dd4 (patch) | |
| tree | 92dac1478861aa683ce4a90308e5f6bb05849d09 /src/macfont.h | |
| parent | eb8cb39e8930b476e20bb8434e28a350e46ece34 (diff) | |
| download | emacs-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.h | 1 |
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 | ||
| 145 | extern void mac_register_font_driver (struct frame *f); | 145 | extern void mac_register_font_driver (struct frame *f); |
| 146 | extern void *macfont_get_nsctfont (struct font *font); | 146 | extern void *macfont_get_nsctfont (struct font *font); |
| 147 | extern void macfont_update_antialias_threshold (void); | ||
| 147 | 148 | ||