quote:
Original post by pkelly83
SDL can make non resizeable windows as far as I can remember, (...)
I''m doing this:
screen = SDL_SetVideoMode(1024, 768, 32, SDL_OPENGL );
and get a non-resizable window, so it seems to be standard for SDL at least when doing GL stuff.