| @@ -447,7 +447,7 @@ static bool isShmAvailable() throw() | |||||
| shmctl (segmentInfo.shmid, IPC_RMID, 0); | shmctl (segmentInfo.shmid, IPC_RMID, 0); | ||||
| untrapErrors(); | |||||
| isAvailable &= untrapErrors(); | |||||
| } | } | ||||
| } | } | ||||
| @@ -38,7 +38,7 @@ | |||||
| #include <fnmatch.h> | #include <fnmatch.h> | ||||
| #if JUCE_OPENGL | #if JUCE_OPENGL | ||||
| #include <agl/agl.h> | |||||
| #include <AGL/agl.h> | |||||
| #endif | #endif | ||||
| BEGIN_JUCE_NAMESPACE | BEGIN_JUCE_NAMESPACE | ||||
| @@ -52,8 +52,8 @@ | |||||
| #include <GL/glut.h> | #include <GL/glut.h> | ||||
| #undef KeyPress | #undef KeyPress | ||||
| #else | #else | ||||
| #include <agl/agl.h> | |||||
| #include <glut/glut.h> | |||||
| #include <AGL/agl.h> | |||||
| #include <GLUT/glut.h> | |||||
| #endif | #endif | ||||
| #ifndef GL_BGRA_EXT | #ifndef GL_BGRA_EXT | ||||
| @@ -52,8 +52,8 @@ | |||||
| #include <GL/glut.h> | #include <GL/glut.h> | ||||
| #undef KeyPress | #undef KeyPress | ||||
| #else | #else | ||||
| #include <agl/agl.h> | |||||
| #include <glut/glut.h> | |||||
| #include <AGL/agl.h> | |||||
| #include <GLUT/glut.h> | |||||
| #endif | #endif | ||||
| #ifndef GL_BGRA_EXT | #ifndef GL_BGRA_EXT | ||||