From d7a93950b3af397580572adf2e366f3b162104a9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Jan 2025 17:00:36 -0500 Subject: Rename puglPostRedisplay() to puglObscureView() For consistency with event types (since "obscure" is opposite "expose") and the upcoming puglObscureRegion(). --- src/mac.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mac.m') diff --git a/src/mac.m b/src/mac.m index 2f43ace..bf8e0f4 100644 --- a/src/mac.m +++ b/src/mac.m @@ -1644,7 +1644,7 @@ puglGetTime(const PuglWorld* world) } PuglStatus -puglPostRedisplay(PuglView* view) +puglObscureView(PuglView* view) { [view->impl->drawView setNeedsDisplay:YES]; return PUGL_SUCCESS; -- cgit v1.2.1