Various timing hacks and development.
[dcpomatic.git] / src / wx / simple_video_view.h
index 1d5242a1ac965263ff0b9ad36799a6e2106e3463..e8bb932e44ad3933c769c770ecaea3413b60436f 100644 (file)
@@ -37,14 +37,12 @@ public:
        }
 
        void update ();
        }
 
        void update ();
-
        void start ();
        void start ();
+       bool display_next_frame (bool non_blocking);
 
 private:
        void paint ();
        void timer ();
 
 private:
        void paint ();
        void timer ();
-       /* XXX_b: rename this (there's already a get() in the parent) */
-       bool get (bool lazy);
        void display_player_video ();
 
        wxPanel* _panel;
        void display_player_video ();
 
        wxPanel* _panel;