aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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];