Mercurial > fife-parpg
log engine/core/video/opengl/renderbackendopengl.cpp @ 346:66db8ce5dfa2
age | author | description |
---|---|---|
Tue, 25 Aug 2009 14:45:14 +0000 | phoku | Removed some leftover print statement. |
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. |