diff options
Diffstat (limited to 'examples/blank-window.scm')
-rw-r--r-- | examples/blank-window.scm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/blank-window.scm b/examples/blank-window.scm deleted file mode 100644 index 41c5ead..0000000 --- a/examples/blank-window.scm +++ /dev/null @@ -1,10 +0,0 @@ -(use-modules (sdl2) - (sdl2 video)) - -(sdl-init) - -(define window (make-sdl-window)) - -(sleep 2) -(close-sdl-window! window) -(sdl-quit) |