Clean up access to stuff from Film.
[dcpomatic.git] / src / wx / gl_video_view.h
index 4ad4b1283abd042a849bf52f7fa600002aa9c9e4..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,7 @@ public:
        }
        void update ();
        void start ();
+       void stop ();
 
        bool display_next_frame (bool);
 
@@ -61,5 +63,4 @@ private:
        boost::optional<dcp::Size> _size;
        bool _vsync_enabled;
        boost::thread* _thread;
-       bool _one_shot;
 };