diff options
Diffstat (limited to 'sdl2/video.scm')
-rw-r--r-- | sdl2/video.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sdl2/video.scm b/sdl2/video.scm index da257ba..a481183 100644 --- a/sdl2/video.scm +++ b/sdl2/video.scm @@ -37,6 +37,8 @@ call-with-window window-title window-size + window-minimum-size + window-maximum-size window-position window-id id->window @@ -50,6 +52,9 @@ set-window-title! set-window-position! set-window-size! + set-window-minimum-size! + set-window-maximum-size! + set-window-resizable! set-window-fullscreen! make-gl-context |