Non-fullscreen window?

BlitzMax Forums/BlitzMax OpenGL Programming/Non-fullscreen window?

How do I make one? I can't seem to find out how anywhere.

What do I have to change in the graphics init:
GLGraphics(ScreenWidth,ScreenHeight,ScreenDepth,0,GRAPHICS_BACKBUFFER | GRAPHICS_DEPTHBUFFER)?

hm, could be like max, put the screendeth to 0?
I don't know sry.

IMurDOOM

Oh geez. That did it. I was trying -1 for some reason.

Thanks for the help.

-1 worked until 1.14 as well, it was the "no vsync" flag.