From f5d9f4761a13b67185f75e32c6f36ce624a3c26b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 May 2023 11:42:17 -0400 Subject: Fix internal function linkage --- src/mac.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mac.m b/src/mac.m index a0b2017..c202ef6 100644 --- a/src/mac.m +++ b/src/mac.m @@ -186,7 +186,7 @@ getCurrentViewStyleFlags(PuglView* const view) (isResizing ? PUGL_VIEW_STYLE_RESIZING : 0U); } -PuglStatus +static PuglStatus dispatchCurrentChildViewConfiguration(PuglView* const view) { const NSRect framePt = [view->impl->wrapperView frame]; -- cgit v1.2.1