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

Changed OpenGLContext to take a native context handle as its sharing context.

This commit is contained in:
jules 2012-05-05 18:33:20 +01:00
parent a5a4e69f37
commit 68024fb8aa
7 changed files with 20 additions and 26 deletions

View file

@ -38,7 +38,7 @@ class OpenGLContext::NativeContext
public:
NativeContext (Component& component_,
const OpenGLPixelFormat& pixelFormat,
const NativeContext* contextToShareWith)
void* /*contextToShareWith*/)
: component (component_),
isInsideGLCallback (false)
{