summaryrefslogtreecommitdiff
path: root/Mac/Modules/help/helpscan.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-08-25 22:04:24 +0000
committerJack Jansen <jack.jansen@cwi.nl>2000-08-25 22:04:24 +0000
commitd8b382dc470d0ac46c97b067a89b068a91337a59 (patch)
tree3a43128256b178498ed277cd3d927e4d577fffd7 /Mac/Modules/help/helpscan.py
parentcdb34837442a8bd8133d1db57e88e0df3d2545d0 (diff)
downloadcpython-git-d8b382dc470d0ac46c97b067a89b068a91337a59.tar.gz
HMGetBalloonWindow should try to return an existing window.
Diffstat (limited to 'Mac/Modules/help/helpscan.py')
-rw-r--r--Mac/Modules/help/helpscan.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Modules/help/helpscan.py b/Mac/Modules/help/helpscan.py
index da95e85707..6932793c53 100644
--- a/Mac/Modules/help/helpscan.py
+++ b/Mac/Modules/help/helpscan.py
@@ -51,6 +51,8 @@ class MyScanner(Scanner):
def makerepairinstructions(self):
return [
+ ([("WindowPtr", "*", "OutMode")],
+ [("ExistingWindowPtr", "*", "*")]),
]
if __name__ == "__main__":