diff options
author | Glenn Morris <rgm@gnu.org> | 2014-07-21 02:03:08 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-07-21 02:03:08 -0400 |
commit | 190644a0115a592f237b5f7c91f0f96e82edb864 (patch) | |
tree | d3a5848df4a3f2fe4e67be8032c9195db0df4985 /src/macfont.m | |
parent | 4d6abf2449a4c4da10949b50510b90d6d019ae7c (diff) | |
parent | ef3b7194838482c4bcb55beb951f3a8e2e0f44ac (diff) | |
download | emacs-190644a0115a592f237b5f7c91f0f96e82edb864.tar.gz |
Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.org
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 60f261d5549..0d702873220 100644 --- a/src/macfont.m +++ b/src/macfont.m @@ -728,7 +728,7 @@ static const struct static CGFloat macfont_antialias_threshold; -static void +void macfont_update_antialias_threshold (void) { int threshold; |