From 57873bae728f237ffdcb5717f00927b093c5f958 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 27 May 2017 18:19:08 -0400 Subject: [PATCH] Stuff. --- darwin/future.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/future.m b/darwin/future.m index 30b43bd6..a6988f83 100644 --- a/darwin/future.m +++ b/darwin/future.m @@ -2,9 +2,9 @@ #import "uipriv_darwin.h" // functions and constants FROM THE FUTURE! +// note: for constants, dlsym() returns the address of the constant itself, as if we had done &constantName // TODO add weight constants here? -// TOOD explain why the constants need to be pointers themselves // added in OS X 10.10; we need 10.8 CFStringRef *FUTURE_kCTFontOpenTypeFeatureTag = NULL;