aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-03 11:42:17 -0400
committerDavid Robillard <d@drobilla.net>2023-05-03 11:42:32 -0400
commitf5d9f4761a13b67185f75e32c6f36ce624a3c26b (patch)
tree0cef2ecf0a0e9c10c0aca88ae787ea7c2b65171d
parent2d998dd42558287aa505d7119eb2adb4cceb918c (diff)
downloadpugl-f5d9f4761a13b67185f75e32c6f36ce624a3c26b.tar.gz
pugl-f5d9f4761a13b67185f75e32c6f36ce624a3c26b.tar.bz2
pugl-f5d9f4761a13b67185f75e32c6f36ce624a3c26b.zip
Fix internal function linkage
-rw-r--r--src/mac.m2
1 files changed, 1 insertions, 1 deletions
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];