Possible fix for issue with resizable window not being created
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8419 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 396009741aeef4cf5127dd918c92123934caaec0 Former-commit-id: 4aad7f4e432bca29e7f8e5bc6fc3bdcc217bdcb9
This commit is contained in:
parent
e78ef6b7e5
commit
6873e42533
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ void gfScrBaseOpenGLSetup()
|
|||
|
||||
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
|
||||
|
||||
SDL_GL_SetAttribute(SDL_GL_ACCELERATED_VISUAL, 1);
|
||||
//SDL_GL_SetAttribute(SDL_GL_ACCELERATED_VISUAL, 1);
|
||||
|
||||
#if ((SDL_MAJOR_VERSION >= 2) && (SDL_PATCHLEVEL >= 5))
|
||||
SDL_SetHint(SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH, "1");
|
||||
|
|
Loading…
Reference in a new issue