swaroop: fix up restart-after-crash.
[dcpomatic.git] / src / wx / swaroop_controls.h
index 2d0d14a67763b1437cb1baa8ae7f9017feeb2d0e..f09344d1aea8aac00733e9c3e39ce18eb136364d 100644 (file)
@@ -27,6 +27,7 @@ public:
 
        void log (wxString s);
        void set_film (boost::shared_ptr<Film> film);
+       void check_restart ();
 
        /** This is so that we can tell our parent player to reset the film
            when we have created one from a SPL.  We could call a method
@@ -49,6 +50,7 @@ private:
        void setup_sensitivity ();
        void config_changed (int);
        void viewer_finished ();
+       void viewer_position_changed ();
        void reset_film ();
        void update_current_content ();
        bool can_do_previous ();