[ab] How do I open a a window without any borders?
Elliott Slaughter
elliottslaughter at gmail.com
Fri Dec 21 15:26:38 CST 2007
On Dec 21, 2007 10:13 AM, Andreas Davour <ante at update.uu.se> 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
More information about the application-builder
mailing list