diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-19 10:44:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-19 10:44:16 -0500 |
commit | 24b0c51a3b51c52dbba855787170107a6a7e47fb (patch) | |
tree | 6e7da9cda477b345702f0ef686d3b6fd6495852a /src/wheelwork.lisp | |
parent | ba248e490e1ab67e124b02e765e0ee3ec7a3dd45 (diff) |
[add] canvas language and [example]
Diffstat (limited to 'src/wheelwork.lisp')
-rw-r--r-- | src/wheelwork.lisp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wheelwork.lisp b/src/wheelwork.lisp index 31efe14..db49e03 100644 --- a/src/wheelwork.lisp +++ b/src/wheelwork.lisp @@ -36,7 +36,6 @@ (defun stop () (sdl2:push-event :quit)) - (defun refocus-on (target &optional (app *application*)) "Sets focus of application to TARGET. This works whether or not TARGET is FOCUSABLEP" |