summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-20 22:54:45 +0200
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit444e1d4e0062677220d32b78b97a4b730156b514 (patch)
treef9a9f871ffe3ddb8c38ca8dfad03d8976f91f899 /src/wx/simple_video_view.h
parent7c33cdd95a23ff784c0e0731a9d1444ce9bb8f09 (diff)
Move display_player_video into SimpleVideoView.
Diffstat (limited to 'src/wx/simple_video_view.h')
-rw-r--r--src/wx/simple_video_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h
index d27141652..8527cdbe7 100644
--- a/src/wx/simple_video_view.h
+++ b/src/wx/simple_video_view.h
@@ -44,6 +44,7 @@ private:
void paint ();
void timer ();
bool get (bool lazy);
+ void display_player_video ();
wxPanel* _panel;
boost::shared_ptr<const Image> _image;