video: Removed FIXME for something we cannot fix.

Reference Issue #11992.
This commit is contained in:
Ryan C. Gordon 2026-06-16 11:50:04 -04:00
parent 6180b71d7c
commit e936ac8748
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -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;
}