summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/wingen.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/win/wingen.py')
-rw-r--r--Mac/Modules/win/wingen.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/Modules/win/wingen.py b/Mac/Modules/win/wingen.py
index a8c0cc2..0abf6e0 100644
--- a/Mac/Modules/win/wingen.py
+++ b/Mac/Modules/win/wingen.py
@@ -67,7 +67,7 @@ f = Method(void, 'SendBehind',
)
methods.append(f)
-f = Function(WindowPtr, 'FrontWindow',
+f = Function(ExistingWindowPtr, 'FrontWindow',
)
functions.append(f)
@@ -224,3 +224,5 @@ f = Method(void, 'DragWindow',
(Rect_ptr, 'boundsRect', InMode),
)
methods.append(f)
+
+