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.m | |
| 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.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 | |||
| 729 | 729 | ||
| 730 | static CGFloat macfont_antialias_threshold; | 730 | static CGFloat macfont_antialias_threshold; |
| 731 | 731 | ||
| 732 | static void | 732 | void |
| 733 | macfont_update_antialias_threshold (void) | 733 | macfont_update_antialias_threshold (void) |
| 734 | { | 734 | { |
| 735 | int threshold; | 735 | int threshold; |