aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/PlatMacOSX.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-11-02 04:51:51 +0000
committernyamatongwe <unknown>2009-11-02 04:51:51 +0000
commitc563199dde32ce1d04e95c478dbd6a3e352f5d4d (patch)
tree517893f316edf898a972316bbcd3b7b64c82de0f /macosx/PlatMacOSX.cxx
parentdde4d3e2775b52a8b678d209c2299ec637210a03 (diff)
downloadscintilla-mirror-c563199dde32ce1d04e95c478dbd6a3e352f5d4d.tar.gz
Added setting for font quality to allow application to choose anti-aliased,
non-anti-aliased or lcd-optimized text.
Diffstat (limited to 'macosx/PlatMacOSX.cxx')
-rw-r--r--macosx/PlatMacOSX.cxx2
1 files changed, 1 insertions, 1 deletions
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();