diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2014-07-20 15:18:47 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2014-07-20 15:18:47 +0200 |
commit | 880b716696b4d8737e7199d6487f17b7e6825dd4 (patch) | |
tree | 92dac1478861aa683ce4a90308e5f6bb05849d09 /src/macfont.m | |
parent | eb8cb39e8930b476e20bb8434e28a350e46ece34 (diff) | |
download | emacs-880b716696b4d8737e7199d6487f17b7e6825dd4.tar.gz |
* 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.m')
-rw-r--r-- | src/macfont.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfont.m b/src/macfont.m index 075b512e686..1bb3fb14134 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -729,7 +729,7 @@ static const struct static CGFloat macfont_antialias_threshold; -static void +void macfont_update_antialias_threshold (void) { int threshold; |