aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-07 21:19:23 -0400
committerDavid Robillard <d@drobilla.net>2022-06-07 21:19:23 -0400
commit9352879b5f95c683f406bf866fd81df02fe7429b (patch)
tree4802c62a3e56ea40a73509ccdd729c41f0eda880
parentbc1419ec41543ba75381c24c5151ff35a012ac0e (diff)
downloadpugl-9352879b5f95c683f406bf866fd81df02fe7429b.tar.gz
pugl-9352879b5f95c683f406bf866fd81df02fe7429b.tar.bz2
pugl-9352879b5f95c683f406bf866fd81df02fe7429b.zip
Fix broken links in documentation
-rw-r--r--include/pugl/pugl.h4
1 files changed, 2 insertions, 2 deletions
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.