diff options
author | Guido van Rossum <guido@python.org> | 1995-02-28 09:49:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-28 09:49:02 (GMT) |
commit | ea39abd56c9f66b54c01e7c08682329790ae59b4 (patch) | |
tree | 91906552520cc8e180f3a186a44596fb8ebae0aa /Mac/Modules/win/Winmodule.c | |
parent | e26c263e71f9f46d3a6fc7b5c69b6a8e81c1997c (diff) | |
download | cpython-ea39abd56c9f66b54c01e7c08682329790ae59b4.zip cpython-ea39abd56c9f66b54c01e7c08682329790ae59b4.tar.gz cpython-ea39abd56c9f66b54c01e7c08682329790ae59b4.tar.bz2 |
more stuff
Diffstat (limited to 'Mac/Modules/win/Winmodule.c')
-rw-r--r-- | Mac/Modules/win/Winmodule.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ static PyObject *Win_FrontWindow(_self, _args) return NULL; _rv = FrontWindow(); _res = Py_BuildValue("O&", - WinObj_New, _rv); + WinObj_WhichWindow, _rv); return _res; } @@ -871,3 +871,4 @@ void initWin() /* ========================= End module Win ========================= */ + |