mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-17 14:31:10 +00:00
video: Removed FIXME for something we cannot fix.
Reference Issue #11992.
This commit is contained in:
@@ -5265,7 +5265,7 @@ bool SDL_GL_GetAttribute(SDL_GLAttr attr, int *value)
|
||||
}
|
||||
case SDL_GL_ACCELERATED_VISUAL:
|
||||
{
|
||||
// FIXME: How do we get this information?
|
||||
// Note that we can _not_ reasonably detect this once we have a context.
|
||||
*value = (_this->gl_config.accelerated != 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user