From 0dc1697594ee55074c2ead195cde07e03ec01e92 Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sat, 5 Dec 2020 20:39:05 +0100 Subject: Export new render and video bindings. --- sdl2/video.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sdl2/video.scm') 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 -- cgit v1.2.3