Skip to content
Snippets Groups Projects
Commit 963b13b7 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Fix close (x) button.

parent 063fab1c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@
keys-down))]
[(keyboard-up-event? ev)
(set! keys-down (delv (keyboard-event-scancode ev)
keys-down))]))
keys-down))]
[(quit-event? ev) (raise SIGINT)]))
(for-each
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment