From 8905c1176aa5099545fd9abb2e673efc136d0311 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 22 Jan 2025 18:42:12 -0500 Subject: Rename PuglViewSize to PuglArea --- src/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal.h') diff --git a/src/internal.h b/src/internal.h index f978074..e4296c8 100644 --- a/src/internal.h +++ b/src/internal.h @@ -20,7 +20,7 @@ PUGL_BEGIN_DECLS /// Return true if `size` is a valid view size bool -puglIsValidSize(PuglViewSize size); +puglIsValidArea(PuglArea size); /// Set hint to a default value if it is unset (PUGL_DONT_CARE) void -- cgit v1.2.1