mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
CComponentsWindow: rework constructors, add CComponentsWindowMax
Member initVarWindow() now used with parameters, so it's possible to remove multiple code in constructors, but some class must be renamed to CComponentsWindowMax.
This commit is contained in:
@@ -64,7 +64,7 @@ class CImageInfo : public CMenuTarget
|
||||
void ShowWindow();
|
||||
void ScrollLic(bool scrollDown);
|
||||
|
||||
CComponentsWindow *cc_win;
|
||||
CComponentsWindowMax *cc_win;
|
||||
CComponentsForm *cc_info;
|
||||
CComponentsPIP *cc_tv;
|
||||
CComponentsInfoBox *cc_lic;
|
||||
|
Reference in New Issue
Block a user