log engine/core/video/opengl/renderbackendopengl.cpp @ 141:5e85737281bc

age author description
Wed, 16 Jul 2008 12:37:41 +0000 spq allow clients to set a custom window title and icon
Tue, 15 Jul 2008 15:34:47 +0000 spq fix initialization of opengl, SDL_GL_DOUBLEBUFFER was accidently used as flag for SDL_SetVideoMode, instead it has to be used with SDL_GL_SetAttribute, thanks to austin_, who reported that.