aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-22 18:42:12 -0500
committerDavid Robillard <d@drobilla.net>2025-01-22 18:42:12 -0500
commit8905c1176aa5099545fd9abb2e673efc136d0311 (patch)
tree5bc2b2e01d0583147089ca910aac3880b5404089 /src/internal.h
parent1dce4defe62b5e0ed70460b52c444dc51a701e18 (diff)
downloadpugl-8905c1176aa5099545fd9abb2e673efc136d0311.tar.gz
pugl-8905c1176aa5099545fd9abb2e673efc136d0311.tar.bz2
pugl-8905c1176aa5099545fd9abb2e673efc136d0311.zip
Rename PuglViewSize to PuglArea
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h2
1 files changed, 1 insertions, 1 deletions
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