From c563199dde32ce1d04e95c478dbd6a3e352f5d4d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 2 Nov 2009 04:51:51 +0000 Subject: Added setting for font quality to allow application to choose anti-aliased, non-anti-aliased or lcd-optimized text. --- macosx/PlatMacOSX.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') diff --git a/macosx/PlatMacOSX.cxx b/macosx/PlatMacOSX.cxx index eb262da33..d16913d78 100644 --- a/macosx/PlatMacOSX.cxx +++ b/macosx/PlatMacOSX.cxx @@ -75,7 +75,7 @@ Font::~Font() { Release(); } void Font::Create(const char *faceName, int /*characterSet*/, - int size, bool bold, bool italic, bool /*extraFontFlag*/) { + int size, bool bold, bool italic, int /*extraFontFlag*/) { // TODO: How should I handle the characterSet request? Release(); -- cgit v1.2.3