summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 4c7e3ba33..6abd3387f 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -45,7 +45,7 @@ public:
}
void set_position (DCPTime p);
- void set_ignore_player_changes (bool i);
+ void set_coalesce_player_changes (bool c);
void refresh ();
@@ -83,7 +83,8 @@ private:
wxStaticText* _timecode;
wxToggleButton* _play_button;
wxTimer _timer;
- bool _ignore_player_changes;
+ bool _coalesce_player_changes;
+ bool _pending_player_change;
boost::shared_ptr<const Image> _frame;
DCPTime _position;