diff options
author | Sven Gothel <[email protected]> | 2012-02-22 03:54:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-22 03:54:36 +0100 |
commit | e07ad0d729be92703df9726fac16162bfdb785d3 (patch) | |
tree | 6253f6adb32d006989131f479c76755798c9314c /src/jogl/classes/jogamp/opengl/x11 | |
parent | 30174dec15f9777091d1c8634f2f512eca47bc75 (diff) |
GraphicsConfigurationFactory: Add DEBUG dump @ chooser
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/x11')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java b/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java index a72de8cd5..f6c61973c 100644 --- a/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java +++ b/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java @@ -208,6 +208,7 @@ public class X11GLXGraphicsConfigurationFactory extends GLGraphicsConfigurationF } if(DEBUG) { System.err.println("X11GLXGraphicsConfiguration.chooseGraphicsConfigurationStatic("+x11Screen+","+capsChosen+"): "+res); + Thread.dumpStack(); } return res; } |