{Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them.

This commit is contained in:
Jack Jansen 2001-06-20 21:29:19 +00:00
parent 3685a4328d
commit 82bcbd04fd
2 changed files with 5 additions and 36 deletions

View file

@ -36,6 +36,11 @@ class MyScanner(Scanner):
"AntiTextSetEnabled",
"AntiTextGetApplicationAware",
"AntiTextSetApplicationAware",
# These are tricky: they're not Carbon dependent or anything, but they
# exist only on 8.6 or later (both in Carbon and Classic).
# Disabling them is the easiest path.
'SetAntiAliasedTextEnabled',
'IsAntiAliasedTextEnabled',
]
def makegreylist(self):