Merge branch 'main' of https://github.com/rabbibotton/clog into main

This commit is contained in:
David Botton 2021-01-07 12:35:22 -05:00
commit 12ae791696

View file

@ -30,6 +30,7 @@
(set-on-resize (window body) (set-on-resize (window body)
(lambda (obj) (lambda (obj)
(declare (ignore obj))
(setf bounds-x (parse-integer (width (window body)) :junk-allowed t)) (setf bounds-x (parse-integer (width (window body)) :junk-allowed t))
(setf bounds-y (parse-integer (height (window body)) :junk-allowed t)))) (setf bounds-y (parse-integer (height (window body)) :junk-allowed t))))