mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Regenerated from Universal Headers 3.0.1. Some new calls are
blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
This commit is contained in:
parent
cbe6a53d1f
commit
21f96872f2
28 changed files with 3151 additions and 1434 deletions
|
@ -6,7 +6,7 @@ from scantools import Scanner
|
|||
from bgenlocations import TOOLBOXDIR
|
||||
|
||||
LONG = "Fonts"
|
||||
SHORT = "Fm"
|
||||
SHORT = "fm"
|
||||
|
||||
def main():
|
||||
input = "Fonts.h"
|
||||
|
@ -29,6 +29,11 @@ class MyScanner(Scanner):
|
|||
def makeblacklistnames(self):
|
||||
return [
|
||||
"OutlineMetrics", # Too complicated
|
||||
"AntiTextIsAntiAliased", # XXXX Missing from library...
|
||||
"AntiTextGetEnabled",
|
||||
"AntiTextSetEnabled",
|
||||
"AntiTextGetApplicationAware",
|
||||
"AntiTextSetApplicationAware",
|
||||
]
|
||||
|
||||
def makeblacklisttypes(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue