Bug 941

Summary: add a GLWindow#setIgnoreRepaint() method
Product: [JogAmp] Newt Reporter: mike <msiggy>
Component: coreAssignee: Sven Gothel <sgothel>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description mike 2014-01-13 15:33:33 CET
It would be nice to get a GLWindow#setIgnoreRepaint(boolean) method that could be used to tell GLWindow to ignore external repaint events.

I believe GLWindow already ignores repaint events if an Animator is attached, so it would just be a matter of exposing this functionality via a method.

Thanks,
Mike