diff --git a/src/wgl_context.c b/src/wgl_context.c index dbae2bd4..1c0759c2 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -133,7 +133,9 @@ static int getPixelFormatAttrib(_GLFWwindow* window, int pixelFormat, int attrib pixelFormat, 0, 1, &attrib, &value)) { - // NOTE: We should probably handle this error somehow + _glfwInputError(GLFW_PLATFORM_ERROR, + "WGL: Failed to retrieve pixel format attribute %i", + attrib); return 0; }