Clean up access to stuff from Film.
[dcpomatic.git] / src / wx / gl_video_view.h
index e32a1ede95eeea421b808733ea4b0a91058c5a6f..73db3535d2775c7fdc84b46482e7a1143948a4fd 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "video_view.h"
+#include "lib/signaller.h"
 #include <wx/wx.h>
 #include <wx/glcanvas.h>
 #include <dcp/util.h>
@@ -39,6 +40,9 @@ public:
        }
        void update ();
        void start ();
+       void stop ();
+
+       bool display_next_frame (bool);
 
        bool vsync_enabled () const {
                return _vsync_enabled;