diff options
author | Sven Gothel <[email protected]> | 2010-06-02 04:13:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-06-02 04:13:43 +0200 |
commit | d94115b3d72ec556371e6d09c2967345662fc781 (patch) | |
tree | d25dbcc892cb0a7e9316123e5e2e12885a2e29d5 /make/scripts/java-run-all.sh | |
parent | dd0400a41478c1f365414b8c760eee1c91105280 (diff) |
NEWT: Simplified Locking
- Using Display.getEDTUtil() and Display.runCreateAndDestroyOnEDT()
to determine the NEWT EDT behavior, which may be specialized by the implementation.
- AWTWrapper and Newt/AWT Parenting deadlock fix.
- Misc fixes in test cases
Diffstat (limited to 'make/scripts/java-run-all.sh')
-rwxr-xr-x | make/scripts/java-run-all.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/java-run-all.sh b/make/scripts/java-run-all.sh index 0e5be242a..5f6cff28a 100755 --- a/make/scripts/java-run-all.sh +++ b/make/scripts/java-run-all.sh @@ -38,6 +38,7 @@ uname -a | grep -i Darwin && MOSX=1 # D_ARGS="-Dnewt.debug=all -Dnativewindow.debug=all" # D_ARGS="-Dnewt.debug=all" # D_ARGS="-Dnewt.debug.Window" +# D_ARGS="-Dnewt.debug.Display" # D_ARGS="-Djogl.debug=all" rm -f java-run.log |