diff options
author | Sven Gothel <[email protected]> | 2015-07-27 20:00:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-27 20:00:06 +0200 |
commit | 6ae08be1742e6d805b316c0d440364854a49e68f (patch) | |
tree | 666866771aeb8fe880fd810f5a664e8e0315a6e9 /www | |
parent | 8e1f5fc43ba84d5e6373f0c29089ac32b7ce95dd (diff) |
Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration when reconfigured.
JOGL AWT Components, e.g. GLCanvas or NewtCanvasAWT,
may be reconfigured by moving them to another display/monitor
or by other means.
Since AWT has no means to notify the user code via an event,
JOGL components usually determine the reconfiguration via
the override 'GraphicsConfiguration getGraphicsConfiguration()'.
GLCanvas is sensible to this reconfiguration,
however its AWTGraphicsConfiguration (owned via JAWTWindow)
is not changed.
Implement reconfiguration detection for all JOGL AWT Components
and update the AWTGraphicsConfiguration if required.
For now, constraint reconfiguration on GraphicsDevice change
as currently implemented in GLCanvas.
The updated AWTGraphicsConfiguration allows using the updated
GraphicsDevice as it might be required for further information,
e.g. pixel-scale on OSX.
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions