Bug 941 - add a GLWindow#setIgnoreRepaint() method
Summary: add a GLWindow#setIgnoreRepaint() method
Status: CONFIRMED
Alias: None
Product: Newt
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-01-13 15:33 CET by mike
Modified: 2014-07-10 14:09 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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