From 9352879b5f95c683f406bf866fd81df02fe7429b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Jun 2022 21:19:23 -0400 Subject: Fix broken links in documentation --- include/pugl/pugl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pugl') diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index 26cc76c..779cc80 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -1075,7 +1075,7 @@ puglSetSize(PuglView* view, unsigned width, unsigned height); This can be used to set the default, minimum, and maximum size of a view, as well as the supported range of aspect ratios. - This should be called before puglResize() so the initial window for the + This should be called before puglRealize() so the initial window for the view can be configured correctly. @return #PUGL_UNKNOWN_ERROR on failure, but always succeeds if the view is @@ -1821,7 +1821,7 @@ puglHideWindow(PuglView* view); /** Set the default size of the view. - This should be called before puglResize() to set the default size of the + This should be called before puglRealize() to set the default size of the view, which will be the initial size of the window if this is a top level view. -- cgit v1.2.1