summaryrefslogtreecommitdiff
path: root/sdl2/video.scm
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2020-12-05 20:39:05 +0100
committerDavid Thompson <dthompson2@worcester.edu>2020-12-05 15:34:18 -0500
commit0dc1697594ee55074c2ead195cde07e03ec01e92 (patch)
tree7cff8c9b827324d74dd1fa286177f81e793a12c1 /sdl2/video.scm
parent8eefa1f46503ef57b7714183b926dd453f4efe64 (diff)
Export new render and video bindings.
Diffstat (limited to 'sdl2/video.scm')
-rw-r--r--sdl2/video.scm5
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