diff --git a/tutorial/07-tutorial.lisp b/tutorial/07-tutorial.lisp index d05b0db..fdcfd38 100644 --- a/tutorial/07-tutorial.lisp +++ b/tutorial/07-tutorial.lisp @@ -30,6 +30,7 @@ (set-on-resize (window body) (lambda (obj) + (declare (ignore obj)) (setf bounds-x (parse-integer (width (window body)) :junk-allowed t)) (setf bounds-y (parse-integer (height (window body)) :junk-allowed t))))