mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
HMGetBalloonWindow should try to return an existing window.
This commit is contained in:
parent
cdb3483744
commit
d8b382dc47
2 changed files with 3 additions and 1 deletions
|
@ -51,6 +51,8 @@ class MyScanner(Scanner):
|
|||
|
||||
def makerepairinstructions(self):
|
||||
return [
|
||||
([("WindowPtr", "*", "OutMode")],
|
||||
[("ExistingWindowPtr", "*", "*")]),
|
||||
]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue