WGL context fix

This commit is contained in:
M374LX 2026-08-19 21:31:45 -03:00
parent f38fa088b4
commit 7ff9772f3b

View file

@ -200,7 +200,7 @@ static int _glfwChoosePixelFormatWGL(_GLFWwindow* window,
{
if (_glfw.wgl.EXT_colorspace)
{
if (_FIND_ATTRIB_VALUE(WGL_COLORSPACE_EXT) == WGL_COLORSPACE_SRGB_EXT)
if (_GLFW_FIND_ATTRIB_VALUE(WGL_COLORSPACE_EXT) == WGL_COLORSPACE_SRGB_EXT)
u->sRGB = true;
}
}