1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-09-11 09:03:08 +00:00
parent 0b354d9196
commit 78a4ac5cf5
4 changed files with 6 additions and 6 deletions

View file

@ -447,7 +447,7 @@ static bool isShmAvailable() throw()
shmctl (segmentInfo.shmid, IPC_RMID, 0);
untrapErrors();
isAvailable &= untrapErrors();
}
}

View file

@ -38,7 +38,7 @@
#include <fnmatch.h>
#if JUCE_OPENGL
#include <agl/agl.h>
#include <AGL/agl.h>
#endif
BEGIN_JUCE_NAMESPACE

View file

@ -52,8 +52,8 @@
#include <GL/glut.h>
#undef KeyPress
#else
#include <agl/agl.h>
#include <glut/glut.h>
#include <AGL/agl.h>
#include <GLUT/glut.h>
#endif
#ifndef GL_BGRA_EXT

View file

@ -52,8 +52,8 @@
#include <GL/glut.h>
#undef KeyPress
#else
#include <agl/agl.h>
#include <glut/glut.h>
#include <AGL/agl.h>
#include <GLUT/glut.h>
#endif
#ifndef GL_BGRA_EXT