add param for exclusive mode, so that present takes over the screen on the mac

This commit is contained in:
benfry
2008-11-24 01:32:15 +00:00
parent 8a84e049a7
commit 46e027702c

View File

@@ -232,6 +232,9 @@ public class Runner implements MessageConsumer {
if (presenting) {
params.add(PApplet.ARGS_PRESENT);
if (Preferences.getBoolean("run.present.exclusive")) {
params.add(PApplet.ARGS_EXCLUSIVE);
}
params.add(PApplet.ARGS_STOP_COLOR + "=" +
Preferences.get("run.present.stop.color"));
params.add(PApplet.ARGS_BGCOLOR + "=" +