[ab] SDL:WITH-RECTANGLE
Luke J Crook
luke at balooga.com
Sun Apr 15 13:51:11 CDT 2007
Anthony Fairchild wrote:
> Hello again,
>
> I can get it to work if I do this:
>
> (sdl:with-rectangle (r rect)
> (util:print-vars sdl::x sdl::y sdl::w sdl::h))
>
> So is this a bug or am I being too nit-picky? ;-)
>
Hi Anthony,
That is just the way the Lisp package system works. But I should at
least export x, y, w and w from lispbuilder-sdl, so that it becomes
possible to do:
(sdl:with-rectangle (r rect)
(util:print-vars sdl:x sdl:y sdl:w sdl:h))
- Luke
More information about the application-builder
mailing list