mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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