From 969897a33f3d3ce171a1b18fdf24f6ab6bdac72a Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 29 Jun 2022 13:37:07 -0500 Subject: [dep] [update] hq:with-plists changed; updated accordingly --- src/interactive-units/text.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interactive-units') diff --git a/src/interactive-units/text.lisp b/src/interactive-units/text.lisp index f439621..1cecdbf 100644 --- a/src/interactive-units/text.lisp +++ b/src/interactive-units/text.lisp @@ -56,7 +56,7 @@ (setf vao vao% elem-count count%)) (setf newlines (count #\newline content)) - (hq:with-plist (l r) (cl-fond:compute-extent (font-object font) content) + (hq:with-plist ((l :l) (r :r)) (cl-fond:compute-extent (font-object font) content) (setf base-width (- r l) base-height (* (cl-fond:text-height (font-object font)) (1+ newlines)))))) -- cgit v1.2.3