further tweak to pbuffer support

This commit is contained in:
kappaOne 2013-02-12 21:41:47 +00:00
parent e28f8554f9
commit e725ca7d34
1 changed files with 2 additions and 0 deletions

View File

@ -575,6 +575,8 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_MacOSXDisplay_nCreateWindow(JNIE
peer_info->window_info = window_info;
peer_info->isWindowed = true;
return window_handle;
}