From e24c4e4ca90fcb79e4ee406488fa933aff4b161c Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Tue, 5 May 1998 13:21:54 +0000 Subject: [PATCH] In violation of my own rule, I commited the last change without actually testing it. This extra work now adds the missing close paren so the thing actually compiles without error. --- clx/image.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clx/image.lisp b/clx/image.lisp index f5c6c2e83..35ed7f106 100644 --- a/clx/image.lisp +++ b/clx/image.lisp @@ -2653,7 +2653,7 @@ (error "Pixmap depth ~d incompatable with image depth ~d" depth image-depth))) (put-image pixmap gc image :x 0 :y 0 :bitmap-p (and (= image-depth 1) - (not (null gcontext))) + (not (null gcontext)))) ;; Tile when image-width is less than the pixmap width, or ;; the image-height is less than the pixmap height. ;; ??? Would it be better to create a temporary pixmap and -- GitLab