summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-06 01:09:13 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit805487369e57e5eb57911805ba6de78b653d79ad (patch)
tree73c07ac5f6617c915df2f50d695367d3d6c56a6c /src/wx/simple_video_view.h
parent694a9f48880efd428c8137e975de3581ad0a75a9 (diff)
Various timing hacks and development.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h
index 1d5242a1a..e8bb932e4 100644
--- a/src/wx/simple_video_view.h
+++ b/src/wx/simple_video_view.h
@@ -37,14 +37,12 @@ public:
}
void update ();
-
void start ();
+ bool display_next_frame (bool non_blocking);
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;