3 Nov 2008 20:35
surfaces.lisp: get-surface-rect
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@... http://www.lispniks.com/mailman/listinfo/application-builder
RSS Feed