diff options
author | Sven Gothel <[email protected]> | 2011-11-27 17:51:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-27 17:51:47 +0100 |
commit | 60adf9ed13113306b7e1be99310b519ddbb48614 (patch) | |
tree | 550b8d4905118522f13921d13b92942e0fe85a9b | |
parent | f9aaf05984dcfabe7d3c28e6b1f650ad07c71463 (diff) |
Adapt to JOGL commit bafd9b99816f55c105230a59211caf13f0315910v2.0-rc4
-rwxr-xr-x | src/demos/context/DualContext.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/context/DualContext.java b/src/demos/context/DualContext.java index 562b1fd..318a399 100755 --- a/src/demos/context/DualContext.java +++ b/src/demos/context/DualContext.java @@ -167,6 +167,6 @@ public class DualContext extends Canvas { if (config == null) { return null; } - return config.getGraphicsConfiguration(); + return config.getAWTGraphicsConfiguration(); } } |