summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sly/window.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/sly/window.scm b/sly/window.scm
index f2f04cc..7644f22 100644
--- a/sly/window.scm
+++ b/sly/window.scm
@@ -117,6 +117,7 @@
(define-syntax-rule (with-window window body ...)
(dynamic-wind
(lambda ()
+ (init-window)
(open-window window))
(lambda () body ...)
close-window))