- fixed little bug in write-bitmap-file.
This commit is contained in:
parent
7c9aac7f17
commit
689134ea02
|
@ -72,7 +72,7 @@
|
||||||
(xy-hot (cond
|
(xy-hot (cond
|
||||||
((null? hotspot) (cons -1 -1))
|
((null? hotspot) (cons -1 -1))
|
||||||
(else (car hotspot)))))
|
(else (car hotspot)))))
|
||||||
(%write-bitmap-file dpy filename pixmap width height
|
(%write-bitmap-file dpy filename (pixmap-Xpixmap pixmap) width height
|
||||||
(car xy-hot) (cdr xy-hot))))
|
(car xy-hot) (cdr xy-hot))))
|
||||||
|
|
||||||
(import-lambda-definition %write-bitmap-file (Xdisplay file Xpixmap w h x y)
|
(import-lambda-definition %write-bitmap-file (Xdisplay file Xpixmap w h x y)
|
||||||
|
|
Loading…
Reference in New Issue