mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
c42e69ad3d
commit
f269e91286
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue