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:
beaglejoe 2022-08-20 23:47:33 +00:00
parent e78ef6b7e5
commit 6873e42533

View file

@ -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");