Partial split of film viewer.
[dcpomatic.git] / src / wx / player_information.h
index 7eafeb122cfb25f3f61c3fedce044a4133ab9871..84daf020dd01e9a9fccb9a613b069901d656b1e9 100644 (file)
@@ -26,7 +26,7 @@ class FilmViewer;
 class PlayerInformation : public wxPanel
 {
 public:
-       PlayerInformation (wxWindow* parent, FilmViewer* viewer);
+       PlayerInformation (wxWindow* parent, ControlFilmViewer* viewer);
 
        void triggered_update ();
 
@@ -34,11 +34,10 @@ private:
 
        void periodic_update ();
 
-       FilmViewer* _viewer;
+       ControlFilmViewer* _viewer;
        wxSizer* _sizer;
-       wxStaticText* _cpl_name;
-       wxStaticText* _size;
-       wxStaticText* _length;
+       wxStaticText** _dcp;
        wxStaticText* _dropped;
+       wxStaticText* _decode_resolution;
        boost::scoped_ptr<wxTimer> _timer;
 };