Просмотр исходного кода

video: Removed FIXME for something we cannot fix.

Reference Issue #11992.
Ryan C. Gordon 1 день назад
Родитель
Сommit
e936ac8748
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/video/SDL_video.c

+ 1 - 1
src/video/SDL_video.c

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