summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd/qdscan.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-12-12 15:02:03 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-12-12 15:02:03 (GMT)
commit425e9eb6cb269dda231a617a28252f5232ccc624 (patch)
tree60f26b3caca10b60bfdaec558c7938cb8fbd3081 /Mac/Modules/qd/qdscan.py
parent72b56e831fdc35f06b5e3aa7d071879d3b6df762 (diff)
downloadcpython-425e9eb6cb269dda231a617a28252f5232ccc624.zip
cpython-425e9eb6cb269dda231a617a28252f5232ccc624.tar.gz
cpython-425e9eb6cb269dda231a617a28252f5232ccc624.tar.bz2
- Added color window/pixmap support
- Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
Diffstat (limited to 'Mac/Modules/qd/qdscan.py')
-rw-r--r--Mac/Modules/qd/qdscan.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Modules/qd/qdscan.py b/Mac/Modules/qd/qdscan.py
index e86895a..1d28ecf 100644
--- a/Mac/Modules/qd/qdscan.py
+++ b/Mac/Modules/qd/qdscan.py
@@ -127,6 +127,10 @@ class MyScanner(Scanner):
[('Rect', 'r', 'InOutMode'),
('Rect_ptr', 'srcRect', 'InMode'),
('Rect_ptr', 'dstRect', 'InMode')]),
+
+ # CopyBits and friends
+ ([('RgnHandle', 'maskRgn', 'InMode')],
+ [('OptRgnHandle', 'maskRgn', 'InMode')]),
]