This commit is contained in:
Camilla Berglund
2011-03-04 21:53:34 +01:00
parent f511fa0228
commit 9b70cec954
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ static GLboolean createContext(_GLFWwindow* window,
int pixelFormat)
{
PIXELFORMATDESCRIPTOR pfd;
int i = 0, attribs[7];
int i = 0, attribs[9];
HGLRC share = NULL;
if (wndconfig->share)