aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interactive/button.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-08 10:13:16 -0500
committerColin Okay <colin@cicadas.surf>2022-07-08 10:13:16 -0500
commit7bf212df6c3cf0d16b7145ddb18b97f504717230 (patch)
tree51fc74e31f577884c6ec09e64a97f309832a6df2 /src/interactive/button.lisp
parent9106f3adb796f2c7fb0127fb8e0a66799a214c9b (diff)
[add] exports to pacage; [rename] frameset-key/sprite-frameset-key
Diffstat (limited to 'src/interactive/button.lisp')
-rw-r--r--src/interactive/button.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/button.lisp b/src/interactive/button.lisp
index 08f7f37..0a15d79 100644
--- a/src/interactive/button.lisp
+++ b/src/interactive/button.lisp
@@ -7,7 +7,7 @@
:std (error "UP and DOWN lots are required")
:doc "Any affine renderable unit")
(bg :with)
- (on-press on-release :doc "Function accepting the button."))
+ (on-press on-release :with :doc "Function accepting the button."))
(:documentation "A basic button class. The UP and DOWN slots should
be filled with renderable objects having the same size."))