add missing extgl_InitGLXEXTSwapControl()

This commit is contained in:
kappa1 2012-03-04 03:50:58 +00:00
parent 05212349a5
commit 6010657389
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ bool extgl_Open(JNIEnv *env) {
extgl_InitGLX12();
extgl_InitGLX13();
extgl_InitGLXSGISwapControl();
extgl_InitGLXEXTSwapControl();
extgl_InitGLXARBCreateContext();
extgl_InitGLXNVPresentVideo();
extgl_InitGLXNVVideoCapture();