summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_monitor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/video_monitor.cc')
-rw-r--r--gtk2_ardour/video_monitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/video_monitor.cc b/gtk2_ardour/video_monitor.cc
index 6ac5ad7f8b..258dc85c0b 100644
--- a/gtk2_ardour/video_monitor.cc
+++ b/gtk2_ardour/video_monitor.cc
@@ -143,7 +143,7 @@ VideoMonitor::open (std::string filename)
* 0x20 : don't use jack-session
* 0x40 : no jack-transport control play/pause/rewind
*/
- process->write_to_stdin("set override 104\n");
+ process->write_to_stdin("set override 120\n");
process->write_to_stdin("notify keyboard\n");
process->write_to_stdin("notify settings\n");
process->write_to_stdin("window letterbox on\n");