Skip to content
Snippets Groups Projects
Commit e24c4e4c authored by pw's avatar pw
Browse files

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.
parent 89fc7433
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment