Graphics - window flag

BlitzMax Forums/BlitzMax Beginners Area/Graphics - window flag

In blitz+ there was a flag for fullscreen/window
i.e.
graphics 640,480,16,2 - windowed
graphics 640,480,16,0 - full screen

There is no optional flag for this in Blitz Max, does anyone know how this can be acheived (not using Max gui).

Thats achieved through the color depth flag.
A colordepth of 0 is windowed, everything else (16 and 32) is fullscreen.

Thx

It's very easy to miss this in the docs - because it's not in the function description. It should be. Hell, don't get me started on the docs...