From 3cc5539d1c85e5044e6f893b3173cd1392bd8fc8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Jun 2022 22:41:41 -0400 Subject: Use consistent terminology for native views On MacOS in particular, views and windows are entirely different concepts, so confusing them... confuses things. This was the last holdover in the API that used the old "native window". --- test/test_view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_view.c') diff --git a/test/test_view.c b/test/test_view.c index e9a954c..f8b0cb5 100644 --- a/test/test_view.c +++ b/test/test_view.c @@ -79,8 +79,8 @@ main(int argc, char** argv) assert(!puglUpdate(test.world, -1.0)); } - // Check that puglGetNativeWindow() returns something - assert(puglGetNativeWindow(test.view)); + // Check that puglGetNativeView() returns something + assert(puglGetNativeView(test.view)); // Tear down puglFreeView(test.view); -- cgit v1.2.1