Fixed MinGW warning.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 964a5ba952
commit 5da6a903f9
  1. 2
      src/wgl_context.c

@ -328,7 +328,7 @@ int _glfwCreateContext(_GLFWwindow* window,
const _GLFWfbconfig* fbconfig)
{
int attribs[40];
int pixelFormat;
int pixelFormat = 0;
PIXELFORMATDESCRIPTOR pfd;
HGLRC share = NULL;

Loading…
Cancel
Save