diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-09 22:09:31 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-01-09 22:09:31 (GMT) |
commit | 0d202b740399241d332c21960611943a0789190a (patch) | |
tree | ff6414ac6cc25160f0b74619a0cd1332a5e729d5 /Mac/Modules/win/winscan.py | |
parent | 42181dba8ecf9736ae0ec2384aa4307533c835e1 (diff) | |
download | cpython-0d202b740399241d332c21960611943a0789190a.zip cpython-0d202b740399241d332c21960611943a0789190a.tar.gz cpython-0d202b740399241d332c21960611943a0789190a.tar.bz2 |
Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.
Diffstat (limited to 'Mac/Modules/win/winscan.py')
-rw-r--r-- | Mac/Modules/win/winscan.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/win/winscan.py b/Mac/Modules/win/winscan.py index 316a812..cdc2b66 100644 --- a/Mac/Modules/win/winscan.py +++ b/Mac/Modules/win/winscan.py @@ -66,6 +66,8 @@ class MyScanner(Scanner): 'InvalRgn', 'InvalRect', 'IsValidWindowPtr', # I think this is useless for Python, but not sure... + 'GetWindowZoomFlag', # Not available in Carbon + 'GetWindowTitleWidth', # Ditto ]), ('#if TARGET_API_MAC_CARBON', [ 'IsWindowUpdatePending', |