On Tue, 04 Nov 2008 09:32:04 -0800, Luke Crook <[EMAIL PROTECTED]> wrote:
> (setf (enable-alpha *surface*) T/NIL) > (setf (enable-pixel-alpha *surface*) T/NIL) > (setf (enable-color-key *surface*) T/NIL) > (setf (enable-rle-accel *surface*) T/NIL) The above doesn't make sense either as there is no corresponding function (enable-alpha *surface*). So I think removing the defsetf is the way to go. (enable-alpha T/NIL :surface *default-surface*) (enable-pixel-alpha T/NIL :surface *default-surface*) (enable-color-key T/NIL :surface *default-surface*) (enable-rle-accel T/NIL :surface *default-surface*) - Luke _______________________________________________ application-builder mailing list application-builder@lispniks.com http://www.lispniks.com/mailman/listinfo/application-builder