aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index cd931ed..a665721 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -969,6 +969,9 @@ puglGetFrame(const PuglView* view);
Set the current position and size of the view.
The position is in screen coordinates with an upper left origin.
+
+ @return #PUGL_UNKNOWN_ERROR on failure, in which case the view frame is
+ unchanged.
*/
PUGL_API PuglStatus
puglSetFrame(PuglView* view, PuglRect frame);