]> SALOME platform Git repositories - modules/visu.git/commit
Salome HOME
To fix compilation bug in case of Mandriva64 usage. V3_2_2pre
authorapo <apo@opencascade.com>
Tue, 5 Sep 2006 08:19:23 +0000 (08:19 +0000)
committerapo <apo@opencascade.com>
Tue, 5 Sep 2006 08:19:23 +0000 (08:19 +0000)
commitf7c16d5a83a5213976f0a886efdb23a630c9f58b
treec2fd41e51960624a7b8008a44df7191638beb8c7
parent8612bc5c58e7bf7fdbfec85a589e07fbd148a220
To fix compilation bug in case of Mandriva64 usage.
The used "glXGetProcAddressARB" function is conditionally declared in the "GL/glx.h". So, to be sure that the function will be acessible in compile time it is necessary to define the "GLX_GLXEXT_LEGACY" preporcessor variable before including the "GL/glx.h" header file.
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx