diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-08-19 22:49:54 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-08-23 08:01:11 -0400 |
commit | 89ed33ac799b9b55b4694c46f8e19a24d343e99b (patch) | |
tree | 0497049d392e16e325bba8022d870069f2b024b6 | |
parent | d60cca3ccff443e10fabe9a01045e4fd7169d563 (diff) |
window: Fix procedure export.
* chickadee/window.scm: Export close-window! for real this time.
-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 |