diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-28 09:38:35 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-28 09:38:35 -0500 |
commit | fdfee6053fb8430566eb7a9960b77cf28826aa01 (patch) | |
tree | c372850aaa0a6c50b485ec61abd2db873ad9d096 /examples/13-menus.lisp | |
parent | 259b8df3630487055f5d3e1bc98d245973b3a95e (diff) |
[add] canvas-paint example; [refactor] with-current-pen
Diffstat (limited to 'examples/13-menus.lisp')
-rw-r--r-- | examples/13-menus.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/13-menus.lisp b/examples/13-menus.lisp index 2c797f3..07094c8 100644 --- a/examples/13-menus.lisp +++ b/examples/13-menus.lisp @@ -1,4 +1,4 @@ -;;;; menus.lisp +;;;; 13-menus.lisp (defpackage #:ww.examples/13 (:use #:cl) |