commit | d8b382dc470d0ac46c97b067a89b068a91337a59 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 25 22:04:24 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 25 22:04:24 2000 +0000 |
tree | 3a43128256b178498ed277cd3d927e4d577fffd7 | |
parent | cdb34837442a8bd8133d1db57e88e0df3d2545d0 [diff] [blame] |
HMGetBalloonWindow should try to return an existing window.
diff --git a/Mac/Modules/help/helpscan.py b/Mac/Modules/help/helpscan.py index da95e85..6932793 100644 --- a/Mac/Modules/help/helpscan.py +++ b/Mac/Modules/help/helpscan.py
@@ -51,6 +51,8 @@ def makerepairinstructions(self): return [ + ([("WindowPtr", "*", "OutMode")], + [("ExistingWindowPtr", "*", "*")]), ] if __name__ == "__main__":