aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macfont.h')
-rw-r--r--src/macfont.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/macfont.h b/src/macfont.h
index 3a66d2d005a..909336cdbad 100644
--- a/src/macfont.h
+++ b/src/macfont.h
@@ -83,9 +83,6 @@ extern void mac_register_font_driver (struct frame *f);
83extern void *macfont_get_nsctfont (struct font *font); 83extern void *macfont_get_nsctfont (struct font *font);
84extern void macfont_update_antialias_threshold (void); 84extern void macfont_update_antialias_threshold (void);
85 85
86#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1080 86/* This is an undocumented function. */
87/* This is an undocumented function that is probably not available
88 pre-10.8. */
89extern void CGContextSetFontSmoothingStyle(CGContextRef, int) 87extern void CGContextSetFontSmoothingStyle(CGContextRef, int)
90 __attribute__((weak_import)); 88 __attribute__((weak_import));
91#endif