diff options
author | Sven Gothel <[email protected]> | 2011-04-24 12:22:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-24 12:22:07 +0200 |
commit | 668cd63f16abc9e7e9929d6bd1b786bf0664aace (patch) | |
tree | 55041145b4eb8165165b098dff34225cd50c48c8 /src/jogl/classes/jogamp | |
parent | 6c0ad949be979d5fed95a1166d59100f7bf5580f (diff) |
Misc cleanup, strings etc
Diffstat (limited to 'src/jogl/classes/jogamp')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java b/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java index 8203a440c..8d9de8144 100644 --- a/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java +++ b/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java @@ -212,7 +212,7 @@ public class X11GLXDrawableFactory extends GLDrawableFactoryImpl { } return new SharedResource(sharedDevice, sharedScreen, sharedDrawable, sharedContext, glXVersion, glXVendorName); } catch (Throwable t) { - throw new GLException("WindowsWGLDrawableFactory - Could not initialize shared resources for "+connection, t); + throw new GLException("X11GLXDrawableFactory - Could not initialize shared resources for "+connection, t); } finally { sharedDevice.unlock(); } |