CImageInfo: adapt for new window handling

Origin commit data
------------------
Branch: ni/coolstream
Commit: ebc7b4ca6f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-06-16 00:28:24 +02:00
parent 79634fa7de
commit 2c05ab0501
2 changed files with 99 additions and 46 deletions

View File

@@ -47,11 +47,11 @@ class CImageInfo : public CMenuTarget
{
private:
int item_offset; //distance between items and to boarder
int item_top; //start line in y below header
std::string license_txt;
std::vector<image_info_t> v_info;
void Clean();
void Init();
void InitMinitv();
void InitInfos();
@@ -60,6 +60,7 @@ class CImageInfo : public CMenuTarget
void ScrollLic(bool scrollDown);
CComponentsWindow *cc_win;
CComponentsForm *cc_info;
CComponentsPIP *cc_tv;
CComponentsInfoBox *cc_lic;
CConfigFile config;