From 6873e42533d8fe97ff3d6aac3e76a8cf6aab450c Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Sat, 20 Aug 2022 23:47:33 +0000 Subject: [PATCH] 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 --- src/libs/tgfclient/guiscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tgfclient/guiscreen.cpp b/src/libs/tgfclient/guiscreen.cpp index 6baf75318..1a266f4e6 100644 --- a/src/libs/tgfclient/guiscreen.cpp +++ b/src/libs/tgfclient/guiscreen.cpp @@ -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");