diff options
author | David Robillard <d@drobilla.net> | 2025-02-08 16:48:20 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-08 18:02:30 -0500 |
commit | 494932c79800698bcd30a506c6abe7f43c59d2bd (patch) | |
tree | 7095aee3fba8a832007a98acad0ea1894aad85fa /include | |
parent | 1004888ac9ace7cc2c1955c30ac449f8112f90f0 (diff) | |
download | pugl-494932c79800698bcd30a506c6abe7f43c59d2bd.tar.gz pugl-494932c79800698bcd30a506c6abe7f43c59d2bd.tar.bz2 pugl-494932c79800698bcd30a506c6abe7f43c59d2bd.zip |
Remove puglSetFrame()
Towards fully separating position from size.
Diffstat (limited to 'include')
-rw-r--r-- | include/pugl/pugl.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ -1163,17 +1163,6 @@ 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. @return #PUGL_UNKNOWN_ERROR on failure, in which case the view frame is |