Win32: typo fix in Pbuffer.c

This commit is contained in:
Elias Naur 2005-03-02 12:24:50 +00:00
parent 8235f7ddf1
commit bc68be431e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Win32Display_nGetPbufferCapabilitie
wglMakeCurrent(saved_hdc, saved_context); wglMakeCurrent(saved_hdc, saved_context);
closeWindow(&dummy_hwnd, &dummy_hdc); closeWindow(&dummy_hwnd, &dummy_hdc);
wglDeleteContext(dummy_context); wglDeleteContext(dummy_context);
throwException(env, "Could not create dummy context"); throwException(env, "Could not make dummy context current");
return 0; return 0;
} }
extgl_InitWGL(&extensions); extgl_InitWGL(&extensions);