TG: Change GLX_VERSION_1_4 check

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@28927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
icicle 2009-10-31 11:56:01 +00:00
parent f7972df630
commit d249630643
2 changed files with 7 additions and 2 deletions

View file

@ -256,7 +256,7 @@ do \
case NSOpenGLPFASampleBuffers:
{
#ifdef GLX_VERSION_1_4
#ifdef GLX_SAMPLE_BUFFERS
if ( glxminorversion >= 4 )
{
ptr++;
@ -269,7 +269,7 @@ do \
}
case NSOpenGLPFASamples:
{
#ifdef GLX_VERSION_1_4
#ifdef GLX_SAMPLES
if ( glxminorversion >= 4 )
{
ptr++;