summaryrefslogtreecommitdiffstats
path: root/java-dbg-noawt.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-09-23 18:58:03 +0200
committerSven Gothel <[email protected]>2010-09-23 18:58:03 +0200
commit4bb9fed247d8151b317c32dd1f8d7bde03a1bcb6 (patch)
treedd097af09126ce7d7e7b3bf3ff0cd3132cbd80b9 /java-dbg-noawt.sh
parent35da0bfcb126c8b296a64274dcf5b757daa723d3 (diff)
Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0
Diffstat (limited to 'java-dbg-noawt.sh')
-rwxr-xr-xjava-dbg-noawt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/java-dbg-noawt.sh b/java-dbg-noawt.sh
index 8c2f203..5f4a7c1 100755
--- a/java-dbg-noawt.sh
+++ b/java-dbg-noawt.sh
@@ -15,7 +15,8 @@ if [ $CPOK -eq 0 ] ; then
echo No JOGL in CLASSPATH
else
# D_ARGS="-Djogl.verbose=true -Dgluegen.debug.ProcAddressHelper=true -Dgluegen.debug.NativeLibrary=true -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all"
- D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState"
+ #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Djogl.debug.GLSLState"
+ D_ARGS="-Dnewt.test.EDTMainThread=true -Dnewt.debug=all"
if [ $MOSX -eq 1 ] ; then
X_ARGS="-XstartOnFirstThread"
fi