mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
WGL context fix
This commit is contained in:
parent
f38fa088b4
commit
7ff9772f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue