mirror of https://github.com/python/cpython
Added the GrafPort attributes that are unavailable under Carbon.
This commit is contained in:
parent
bd58edaa01
commit
bace5e9481
|
@ -62,6 +62,11 @@ missing_Qt = [
|
|||
]
|
||||
|
||||
missing_Qd = [
|
||||
'device',
|
||||
'portBits',
|
||||
'portPixMap',
|
||||
'portVersion',
|
||||
'grafVars',
|
||||
]
|
||||
|
||||
missing_Qdoffs = [
|
||||
|
|
Loading…
Reference in New Issue