mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added the GrafPort attributes that are unavailable under Carbon.
This commit is contained in:
parent
bd58edaa01
commit
bace5e9481
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ missing_Qt = [
|
|||
]
|
||||
|
||||
missing_Qd = [
|
||||
'device',
|
||||
'portBits',
|
||||
'portPixMap',
|
||||
'portVersion',
|
||||
'grafVars',
|
||||
]
|
||||
|
||||
missing_Qdoffs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue