diff options
Diffstat (limited to 'src/internal.h')
-rw-r--r-- | src/internal.h | 2 |
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 |