Bug: No windowed support

BlitzMax Modules Forums/MiniB3D/Bug: No windowed support

Both:

Graphics3D 640, 480, 32, True
Graphics3D 640, 480, 32, False

result in full screen graphics.

I'm on an Intel MacBook Pro with OS X 10.4.11 using minib3d v5.1.

The mode argument should be 2 for windowed.

That's the way it is in Blitz3D. I suppose MiniB3D is the same.

Well don't I feel silly.

Thanks.