summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-27 17:51:47 +0100
committerSven Gothel <[email protected]>2011-11-27 17:51:47 +0100
commit60adf9ed13113306b7e1be99310b519ddbb48614 (patch)
tree550b8d4905118522f13921d13b92942e0fe85a9b
parentf9aaf05984dcfabe7d3c28e6b1f650ad07c71463 (diff)
Adapt to JOGL commit bafd9b99816f55c105230a59211caf13f0315910v2.0-rc4
-rwxr-xr-xsrc/demos/context/DualContext.java2
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();
}
}