On Mon, 03 Nov 2008 11:43:48 -0800, Elliott Slaughter <[EMAIL PROTECTED]> wrote:
> Hi, > > On Fri, Jul 25, 2008 at 9:06 AM, Luke Crook <[EMAIL PROTECTED]> wrote: >> >> Added, but not tested, GET-ALPHA and GET-COLOR-KEY. >> > > With the newest version lispbuilder (r738), I'm getting warnings when I > try > to use get-color-key: > > ; caught STYLE-WARNING: > ; undefined function: LISPBUILDER-SDL:GET-COLOR-KEY > > And I don't see the name anywhere in lispbuilder-sdl except the package > definition. > As Justin said, I made changes upon changes; appologies for that. (enable-color-key-p *blah*) (setf (enable-color-key-p *blah) T/NIL) (color-key-p *blah*) (setf (color-key-p *blah*) *color*) (clear-color-key *blah*) (enable-alpha-p) (setf (enable-alpha-p *blah*) T/NIL) (surface-alpha-p *blah*) (setf (surface-alpha-p *blah*) 0-255) I think set-color-key and set-alpha can be deprecated. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
