diff options
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r-- | wheelwork.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wheelwork.lisp b/wheelwork.lisp index ccb38cb..52f0eb0 100644 --- a/wheelwork.lisp +++ b/wheelwork.lisp @@ -227,7 +227,7 @@ necessary." (:documentation "Clean up applications, textures, and so on.") (:method ((any t)) nil)) -(defconstant +listener-table-slot-names+ +(defparameter +listener-table-slot-names+ '(keydown-table keyup-table mousedown-table mouseup-table mousemotion-table focus-table blur-table perframe-table after-added-table before-added-table before-dropped-table)) |