Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Fixed MinGW warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Jun 12, 2013
1 parent 964a5ba commit 5da6a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wgl_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ int _glfwCreateContext(_GLFWwindow* window,
const _GLFWfbconfig* fbconfig)
{
int attribs[40];
int pixelFormat;
int pixelFormat = 0;
PIXELFORMATDESCRIPTOR pfd;
HGLRC share = NULL;

Expand Down

0 comments on commit 5da6a90

Please sign in to comment.