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

@ -324,7 +324,8 @@ public:
jassert (! cachedImageFrameBuffer.isValid());
context.makeActive();
nativeContext->initialiseOnRenderThread();
nativeContext->initialiseOnRenderThread (context);
glViewport (0, 0, component.getWidth(), component.getHeight());
context.extensions.initialise();