mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
0b354d9196
commit
78a4ac5cf5
4 changed files with 6 additions and 6 deletions
|
|
@ -447,7 +447,7 @@ static bool isShmAvailable() throw()
|
|||
|
||||
shmctl (segmentInfo.shmid, IPC_RMID, 0);
|
||||
|
||||
untrapErrors();
|
||||
isAvailable &= untrapErrors();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include <fnmatch.h>
|
||||
|
||||
#if JUCE_OPENGL
|
||||
#include <agl/agl.h>
|
||||
#include <AGL/agl.h>
|
||||
#endif
|
||||
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue