1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-09-04 18:03:32 +00:00
parent c42e69ad3d
commit f269e91286

View file

@ -2800,7 +2800,7 @@ Image* juce_createIconForFile (const File& file)
class WindowedGLContext : public OpenGLContext
{
public:
WindowedGLContext (Component* const component,
WindowedGLContext (Component* const component,
const OpenGLPixelFormat& pixelFormat_,
GLXContext sharedContext)
: renderContext (0),
@ -2875,7 +2875,7 @@ public:
XSync (display, False);
}
~WindowedGLContext()
~WindowedGLContext()
{
makeInactive();
@ -2943,7 +2943,7 @@ private:
};
//==============================================================================
OpenGLContext* OpenGLContext::createContextForWindow (Component* const component,
OpenGLContext* OpenGLContext::createContextForWindow (Component* const component,
const OpenGLPixelFormat& pixelFormat,
const OpenGLContext* const contextToShareWith)
{