diff options
author | Sven Gothel <[email protected]> | 2013-12-02 05:39:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-12-02 05:39:01 +0100 |
commit | 69c334448cfe8af553fd97689137ecf8f996b378 (patch) | |
tree | 5c44459285d4c020fec8dab2541c97a97db8479a /make/scripts/tests.sh | |
parent | 4cb35d98a1b25fb8347584b0ab6534c7cfc5946c (diff) |
Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in favor of proper WM incl. ALT-TAB app-switching
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 56a07e768..915752bef 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -90,7 +90,7 @@ function jrun() { #D_ARGS="-Djogl.debug=all" #D_ARGS="-Dnewt.debug=all" #D_ARGS="-Djogl.debug=all -Dnewt.debug=all" - D_ARGS="-Djogl.debug=all -Dnativewindow.debug=all" + #D_ARGS="-Djogl.debug=all -Dnativewindow.debug=all" #D_ARGS="-Djogamp.debug=all -Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all" #D_ARGS="-Djogl.debug=all -Dnativewindow.debug=all -Dnewt.debug=all -Djogamp.debug.Lock" |