diff options
author | Sven Gothel <[email protected]> | 2019-12-04 20:30:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-04 20:30:41 +0100 |
commit | 4665875ac4689885da3b4a4c45cde7c6886322e3 (patch) | |
tree | 8949ca41d8a7605cbfdaa370ec7c93dcff45c40c /make/scripts | |
parent | 54d34cb749dd877fffcbb2d33cc3707763b94b7e (diff) |
Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rules (launch script w/ key tracker)
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/test-demo-launcher0.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/test-demo-launcher0.sh b/make/scripts/test-demo-launcher0.sh index d39707663..330c71230 100644 --- a/make/scripts/test-demo-launcher0.sh +++ b/make/scripts/test-demo-launcher0.sh @@ -50,7 +50,7 @@ X_ARGS="-Djava.awt.headless=true $X_ARGS" #D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Djogl.debug.DebugGL" #D_ARGS="-Dnewt.debug=all" #D_ARGS="-Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" -D_ARGS="-Dnewt.disable.LinuxKeyEventTracker" +#D_ARGS="-Dnewt.disable.LinuxKeyEventTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxMouseTracker" |