From: <ka...@us...> - 2012-03-04 03:51:05
|
Revision: 3750 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3750&view=rev Author: kappa1 Date: 2012-03-04 03:50:58 +0000 (Sun, 04 Mar 2012) Log Message: ----------- add missing extgl_InitGLXEXTSwapControl() Modified Paths: -------------- trunk/LWJGL/src/native/linux/opengl/extgl_glx.c Modified: trunk/LWJGL/src/native/linux/opengl/extgl_glx.c =================================================================== --- trunk/LWJGL/src/native/linux/opengl/extgl_glx.c 2012-03-04 03:45:09 UTC (rev 3749) +++ trunk/LWJGL/src/native/linux/opengl/extgl_glx.c 2012-03-04 03:50:58 UTC (rev 3750) @@ -238,6 +238,7 @@ extgl_InitGLX12(); extgl_InitGLX13(); extgl_InitGLXSGISwapControl(); + extgl_InitGLXEXTSwapControl(); extgl_InitGLXARBCreateContext(); extgl_InitGLXNVPresentVideo(); extgl_InitGLXNVVideoCapture(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |