diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-21 21:09:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-27 23:40:51 +0200 |
| commit | 600e0c67c61b29427602918daebb38a4822f95cb (patch) | |
| tree | f89b9a68082263d57a8a5b27d342aa56fa66f251 /src/wx/player_information.h | |
| parent | ae11f9e1104cca1f138a09b35fdff20587a8144b (diff) | |
Add basic KDM information to the player (#2225).
Diffstat (limited to 'src/wx/player_information.h')
| -rw-r--r-- | src/wx/player_information.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/player_information.h b/src/wx/player_information.h index 269a9e6c7..b311847cb 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -41,8 +41,11 @@ private: void periodic_update (); std::weak_ptr<FilmViewer> _viewer; + wxPanel* _kdm_panel; wxSizer* _sizer; wxStaticText** _dcp; + wxStaticText* _kdm_from; + wxStaticText* _kdm_to; wxStaticText* _dropped; wxStaticText* _decode_resolution; boost::scoped_ptr<wxTimer> _timer; |
