Win32 part of Display/Window merge

This commit is contained in:
Elias Naur 2004-07-03 10:16:28 +00:00
parent 84110e9c13
commit e59ed5d906
10 changed files with 342 additions and 329 deletions

View file

@ -88,7 +88,7 @@ static void destroyPbuffer(PbufferInfo *buffer_info) {
* Method: nCreate
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_opengl_Pbuffer_nCreate(JNIEnv *env, jclass clazz, jint width, jint height, jobject pixel_format,
jobject pixelFormatCaps, jint pixelFormatCapsSize, jobject pBufferAttribs, jint pBufferAttribsSize)
jobject pixelFormatCaps, jobject pBufferAttribs)
{
Display *disp = incDisplay(env);
if (disp == NULL)