summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2017-01-18 13:08:11 +0100
committerAndrea Canciani <ranma42@gmail.com>2017-01-18 15:06:33 +0100
commit5a8a9c97ed268004cbac510d39739ff56c0fb43c (patch)
tree13deb6b112e683d82afc1189b1b63203b5a0f64f /README
parentdd4706d0a9d123d3aa4284ac9ab35fbe165278b2 (diff)
quartz: Restore 10.4-specific font code
The code for extracting font glyphs was replaced in 70cc8f250b5669e757b4f044571ba0f71e3dea9e with an implementation based on CoreText, which is not available on MacOSX 10.4. This commit restores automatic detection of which API should be used by means of dynamic linking.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0be9947d5..7ee2c1878 100644
--- a/README
+++ b/README
@@ -121,7 +121,7 @@ Supported, "platform" surface backends
quartz backend
--------------
- MacOS X >= 10.5 with Xcode >= 3.0
+ MacOS X >= 10.4 with Xcode >= 2.5
win32 backend
-------------