summaryrefslogtreecommitdiffstats
path: root/make/scripts/test-demo-launcher0.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-04 22:42:12 +0100
committerSven Gothel <[email protected]>2019-12-04 22:42:12 +0100
commitc7778616ef7706461ee0b09e20591f5a6e4ea363 (patch)
tree2bba2dcbf34b70c0ffda18561f8ddb5ba48035a3 /make/scripts/test-demo-launcher0.sh
parent66976571abed5f14db5de9975ce08d62cfecc2c8 (diff)
Bug 1408: NEWT DisplayImpl PointerIcon: Property 'newt.disable.PointerIcon' disables PointerIcon usage in general.
Diffstat (limited to 'make/scripts/test-demo-launcher0.sh')
-rw-r--r--make/scripts/test-demo-launcher0.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/test-demo-launcher0.sh b/make/scripts/test-demo-launcher0.sh
index 330c71230..4004726a7 100644
--- a/make/scripts/test-demo-launcher0.sh
+++ b/make/scripts/test-demo-launcher0.sh
@@ -49,6 +49,8 @@ X_ARGS="-Djava.awt.headless=true $X_ARGS"
#D_ARGS="-Djogl.debug=all"
#D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Djogl.debug.DebugGL"
#D_ARGS="-Dnewt.debug=all"
+D_ARGS="-Dnewt.debug.Display.PointerIcon -Dnewt.disable.PointerIcon"
+
#D_ARGS="-Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker"
#D_ARGS="-Dnewt.disable.LinuxKeyEventTracker"
#D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker"