| @@ -3296,7 +3296,7 @@ void AppleRemoteDevice::handleCallbackInternal() | |||||
| class WindowedGLContext : public OpenGLContext | class WindowedGLContext : public OpenGLContext | ||||
| { | { | ||||
| public: | public: | ||||
| WindowedGLContext (Component* const component, | |||||
| WindowedGLContext (Component* const component, | |||||
| const OpenGLPixelFormat& pixelFormat_, | const OpenGLPixelFormat& pixelFormat_, | ||||
| AGLContext sharedContext) | AGLContext sharedContext) | ||||
| : renderContext (0), | : renderContext (0), | ||||
| @@ -3350,7 +3350,7 @@ public: | |||||
| aglSetDrawable (renderContext, GetWindowPort (peer->windowRef)); | aglSetDrawable (renderContext, GetWindowPort (peer->windowRef)); | ||||
| } | } | ||||
| ~WindowedGLContext() | |||||
| ~WindowedGLContext() | |||||
| { | { | ||||
| makeInactive(); | makeInactive(); | ||||
| aglSetDrawable (renderContext, 0); | aglSetDrawable (renderContext, 0); | ||||
| @@ -3419,7 +3419,7 @@ private: | |||||
| }; | }; | ||||
| //============================================================================== | //============================================================================== | ||||
| OpenGLContext* OpenGLContext::createContextForWindow (Component* const component, | |||||
| OpenGLContext* OpenGLContext::createContextForWindow (Component* const component, | |||||
| const OpenGLPixelFormat& pixelFormat, | const OpenGLPixelFormat& pixelFormat, | ||||
| const OpenGLContext* const contextToShareWith) | const OpenGLContext* const contextToShareWith) | ||||
| { | { | ||||