03-04-2025, 12:23 PM
After searching for internet, I came to the following code:
But still, I've got another error saying that car: argument 1 must be: pair when assigns off-x variable. Could anyone explain what is wrong with this code.
Code:
(let* ((off-x (car (gimp-drawable-get-offsets (vector-ref drawables 0))))
(off-y (cadr (gimp-drawable-get-offsets (vector-ref drawables 0))))
But still, I've got another error saying that car: argument 1 must be: pair when assigns off-x variable. Could anyone explain what is wrong with this code.