summaryrefslogtreecommitdiff
path: root/src/wx/player_information.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-17 15:47:10 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-17 15:47:10 +0000
commit6abe10b28dbe3132ac329dad60befae5f40fbe69 (patch)
treeaf2787f633a4c05868fb6c934b43835b93597a93 /src/wx/player_information.h
parent33a3a1d5c73685287ee5dcbbd6c67f99f98ad72f (diff)
Display decode resolution in the player.
Diffstat (limited to 'src/wx/player_information.h')
-rw-r--r--src/wx/player_information.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/player_information.h b/src/wx/player_information.h
index 0fcbb15ee..747cd5a20 100644
--- a/src/wx/player_information.h
+++ b/src/wx/player_information.h
@@ -38,5 +38,6 @@ private:
wxSizer* _sizer;
wxStaticText** _dcp;
wxStaticText* _dropped;
+ wxStaticText* _decode_resolution;
boost::scoped_ptr<wxTimer> _timer;
};