On Dec 21, 2007 10:13 AM, Andreas Davour <[EMAIL PROTECTED]> wrote:
>
> I have tried to do
> (SDL:WINDOW 800 600 :tile-caption "Test" :flags '(SDL-FULLSCREEN))
> but that doesn't work, since I get a "SDL-FULLSCREEN unbound" error.
>
> Any hints?

I don't know if this is your problem, but you seem to be missing
"SDL:" in "SDL-FULLSCREEN". And a "t" in ":tile-caption". This code
successfully got me a full screen in CLISP:

(SDL:WINDOW 800 600 :title-caption "Test" :flags '(SDL:SDL-FULLSCREEN))

I am not entirely sure if that is what you wanted or not, but at the
very least I didn't get any errors.

-- 
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

Reply via email to