mirror of
https://github.com/python/cpython.git
synced 2025-09-16 21:56:14 +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 = [
|
missing_Qd = [
|
||||||
|
'device',
|
||||||
|
'portBits',
|
||||||
|
'portPixMap',
|
||||||
|
'portVersion',
|
||||||
|
'grafVars',
|
||||||
]
|
]
|
||||||
|
|
||||||
missing_Qdoffs = [
|
missing_Qdoffs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue