summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-04 00:26:10 +0100
committerCarl Hetherington <cth@carlh.net>2019-06-04 00:26:10 +0100
commitc3b7debcde8e686a06918095df347752caa8eacb (patch)
treedac937d01978ad9b29b30975d160a8f7f4804325 /src/wx/film_viewer.h
parent95fd93f5b1432b5230be76f1521216b472744514 (diff)
Fix system information on vsync.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index e9450c7e7..5ddb12baf 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -53,6 +53,10 @@ public:
return _video_view->get();
}
+ VideoView const * video_view () const {
+ return _video_view;
+ }
+
void show_closed_captions ();
void set_film (boost::shared_ptr<Film>);