aboutsummaryrefslogtreecommitdiffstats
path: root/src/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win.c')
-rw-r--r--src/win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.c b/src/win.c
index ea64fdc..0150d67 100644
--- a/src/win.c
+++ b/src/win.c
@@ -1002,7 +1002,7 @@ puglPostRedisplayRect(PuglView* view, const PuglRect rect)
}
PuglNativeView
-puglGetNativeWindow(PuglView* view)
+puglGetNativeView(PuglView* view)
{
return (PuglNativeView)view->impl->hwnd;
}