All relevant toolbox modules have now been carbonized.

This commit is contained in:
Jack Jansen 2000-06-21 22:07:06 +00:00
parent 349a3d3a9a
commit 8d929aee49
25 changed files with 170 additions and 15 deletions

View file

@ -38,6 +38,13 @@ class MyScanner(Scanner):
"AntiTextSetApplicationAware",
]
def makegreylist(self):
return [
('#ifndef TARGET_API_MAC_CARBON', [
'InitFonts',
'SetFontLock',
'FlushFonts',
])]
def makeblacklisttypes(self):
return [
"FMInput_ptr", # Not needed for now