commit | ea39abd56c9f66b54c01e7c08682329790ae59b4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Feb 28 09:49:02 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Feb 28 09:49:02 1995 +0000 |
tree | 91906552520cc8e180f3a186a44596fb8ebae0aa | |
parent | e26c263e71f9f46d3a6fc7b5c69b6a8e81c1997c [diff] [blame] |
more stuff
diff --git a/Mac/Modules/win/Winmodule.c b/Mac/Modules/win/Winmodule.c index 181cf77..fc89803 100644 --- a/Mac/Modules/win/Winmodule.c +++ b/Mac/Modules/win/Winmodule.c
@@ -661,7 +661,7 @@ return NULL; _rv = FrontWindow(); _res = Py_BuildValue("O&", - WinObj_New, _rv); + WinObj_WhichWindow, _rv); return _res; } @@ -871,3 +871,4 @@ /* ========================= End module Win ========================= */ +