From 85ceefd70a194cd68ca49f2b6e251df4bb4b808c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 9 Jun 2013 22:56:03 +0200 Subject: handle async communication from xjadeo --- gtk2_ardour/video_monitor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/video_monitor.h') diff --git a/gtk2_ardour/video_monitor.h b/gtk2_ardour/video_monitor.h index 59b90f5e46..a6edda6e83 100644 --- a/gtk2_ardour/video_monitor.h +++ b/gtk2_ardour/video_monitor.h @@ -88,6 +88,7 @@ class VideoMonitor : public sigc::trackable , public ARDOUR::SessionHandlePtr, p float fps; void parse_output (std::string d, size_t s); void terminated (); + void forward_keyevent (unsigned int); void parameter_changed (std::string const & p); @@ -106,6 +107,8 @@ class VideoMonitor : public sigc::trackable , public ARDOUR::SessionHandlePtr, p int starting; int knownstate; int osdmode; + + PBD::Signal1 XJKeyEvent; #if 1 bool debug_enable; #endif -- cgit v1.2.3