1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

OpenGL linux fix, and removed some deprecated GL calls.

This commit is contained in:
jules 2013-03-28 13:13:10 +00:00
parent d117e0adaa
commit 25c70643e3
7 changed files with 8 additions and 27 deletions

View file

@ -63,7 +63,7 @@ public:
glView.clear();
}
void initialiseOnRenderThread() {}
void initialiseOnRenderThread (OpenGLContext&) {}
void shutdownOnRenderThread() {}
bool makeActive() const noexcept { return isInsideGLCallback; }