diff options
-rw-r--r-- | chickadee/window.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee/window.scm b/chickadee/window.scm index 9598402..aff2458 100644 --- a/chickadee/window.scm +++ b/chickadee/window.scm @@ -22,7 +22,7 @@ #:use-module ((sdl2 events) #:prefix sdl2:) #:use-module ((sdl2 video) #:prefix sdl2:) #:export (open-window - close-window + close-window! window? window-title window-width |