From 494932c79800698bcd30a506c6abe7f43c59d2bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 Feb 2025 16:48:20 -0500 Subject: Remove puglSetFrame() Towards fully separating position from size. --- include/pugl/pugl.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/pugl') diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index 43697fb..8ecea0e 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -1162,17 +1162,6 @@ puglGetScaleFactor(const PuglView* view); PUGL_API PuglRect 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); - /** Set the current position of the view. -- cgit v1.2.1