mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CImageInfo: adapt for new window handling
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user