HMGetBalloonWindow should try to return an existing window.

This commit is contained in:
Jack Jansen 2000-08-25 22:04:24 +00:00
parent cdb3483744
commit d8b382dc47
2 changed files with 3 additions and 1 deletions

View file

@ -51,6 +51,8 @@ class MyScanner(Scanner):
def makerepairinstructions(self):
return [
([("WindowPtr", "*", "OutMode")],
[("ExistingWindowPtr", "*", "*")]),
]
if __name__ == "__main__":