aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-01-31 07:09:58 +0100
committerSven Gothel <[email protected]>2011-01-31 07:09:58 +0100
commit09fc0654804ace06f5a2575d184de285ea799088 (patch)
tree2535172c3fe11eec8ae8340607f218851980cf66 /make
parent64a500413de7b3d1ddcece1256d1f28601d6ec0d (diff)
Fix: GLX exception message / sorted imports
Diffstat (limited to 'make')
-rw-r--r--make/config/jogl/glx-CustomJavaCode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glx-CustomJavaCode.java b/make/config/jogl/glx-CustomJavaCode.java
index 0c3693b8b..36ad10031 100644
--- a/make/config/jogl/glx-CustomJavaCode.java
+++ b/make/config/jogl/glx-CustomJavaCode.java
@@ -21,7 +21,7 @@
{
final long __addr_ = glxProcAddressTable._addressof_glXChooseFBConfig;
if (__addr_ == 0) {
- throw new GLException("Method \"glXGetVisualFromFBConfig\" not available");
+ throw new GLException("Method \"glXChooseFBConfig\" not available");
}
if(attribList != null && attribList.length <= attribList_offset)
throw new GLException("array offset argument \"attribList_offset\" (" + attribList_offset + ") equals or exceeds array length (" + attribList.length + ")");