aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-24 19:39:59 +0200
committerSven Gothel <[email protected]>2010-04-24 19:39:59 +0200
commit0715cdc7d978db00c15b9a79cc21af8fd466174b (patch)
tree4a155f45045494d77eea3d810d96802a80e47634 /make
parent6e273ec07af21ad3c2a1b50fece9f46a3cc92658 (diff)
NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPED
Diffstat (limited to 'make')
-rwxr-xr-xmake/java-run-newt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/java-run-newt.sh b/make/java-run-newt.sh
index 384cf24c8..bc9dc845c 100755
--- a/make/java-run-newt.sh
+++ b/make/java-run-newt.sh
@@ -21,7 +21,7 @@ if [ $MOSX -eq 1 ] ; then
fi
# D_ARGS="-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="-Dnativewindow.debug.X11Util=true -Djogl.debug.GLDrawableFactory=true"
# D_ARGS="-Dnativewindow.debug.X11Util=true"