summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-24 14:06:04 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-01-24 14:06:04 (GMT)
commitbace5e9481cb018094afce3fd72b052219c85451 (patch)
treef26852af65d0ce3c64a3476c4cd3ac1b8d547d34 /Mac
parentbd58edaa011680e26fccd3b88619b9596b16a2d7 (diff)
downloadcpython-bace5e9481cb018094afce3fd72b052219c85451.zip
cpython-bace5e9481cb018094afce3fd72b052219c85451.tar.gz
cpython-bace5e9481cb018094afce3fd72b052219c85451.tar.bz2
Added the GrafPort attributes that are unavailable under Carbon.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/missingcarbonmethods.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/scripts/missingcarbonmethods.py b/Mac/scripts/missingcarbonmethods.py
index d332b04..6f65da7 100644
--- a/Mac/scripts/missingcarbonmethods.py
+++ b/Mac/scripts/missingcarbonmethods.py
@@ -62,6 +62,11 @@ missing_Qt = [
]
missing_Qd = [
+ 'device',
+ 'portBits',
+ 'portPixMap',
+ 'portVersion',
+ 'grafVars',
]
missing_Qdoffs = [