From f269e912865f805884e4dacfc8307d15534c3bfb Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 4 Sep 2007 18:03:32 +0000 Subject: [PATCH] --- build/linux/platform_specific_code/juce_linux_Windowing.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/linux/platform_specific_code/juce_linux_Windowing.cpp b/build/linux/platform_specific_code/juce_linux_Windowing.cpp index 64aa176112..77673aef88 100644 --- a/build/linux/platform_specific_code/juce_linux_Windowing.cpp +++ b/build/linux/platform_specific_code/juce_linux_Windowing.cpp @@ -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) {