1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
jules 2007-09-04 18:04:13 +00:00
parent f269e91286
commit 0c9b1bff5f
2 changed files with 1188 additions and 1188 deletions

File diff suppressed because it is too large Load diff

View file

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