mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
6d6a042e00
commit
2f0486de4e
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ OpenGLContext::~OpenGLContext()
|
||||||
knownContexts.removeValue (this);
|
knownContexts.removeValue (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
OpenGLContext* OpenGLContext::getCurrentContext() throw()
|
OpenGLContext* OpenGLContext::getCurrentContext()
|
||||||
{
|
{
|
||||||
for (int i = knownContexts.size(); --i >= 0;)
|
for (int i = knownContexts.size(); --i >= 0;)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ public:
|
||||||
|
|
||||||
Returns 0 if there isn't an active context.
|
Returns 0 if there isn't an active context.
|
||||||
*/
|
*/
|
||||||
static OpenGLContext* getCurrentContext() throw();
|
static OpenGLContext* getCurrentContext();
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
juce_UseDebuggingNewOperator
|
juce_UseDebuggingNewOperator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue