Yeah it looks like a typo. I've fixed it locally, but I've lost my
sourceforge login. I'll submit shortly if I get in.

Justin

2008/11/3 Elliott Slaughter <[EMAIL PROTECTED]>:
> Hi,
>
> What does the parameter b do in the following code from surfaces.lisp?
>
> (defun get-surface-rect (b &key (surface *default-surface*) (rectangle
> (rectangle)))
>   (check-type surface sdl-surface)
>   (check-type rectangle rectangle)
>   (sdl-base::get-surface-rect (fp surface) (fp rectangle))
>   rectangle)
>
> It looks like a typo to me.
>
> Thanks.
>
> --
> Elliott Slaughter
>
> "Any road followed precisely to its end leads precisely nowhere." - Frank
> Herbert
>
> _______________________________________________
> application-builder mailing list
> application-builder@lispniks.com
> http://www.lispniks.com/mailman/listinfo/application-builder
>
>
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to