mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* Moviebrowser: Show rec icon when recording in progress.
This commit is contained in:
@@ -63,6 +63,7 @@ typedef struct
|
||||
std::string lineHeader[LF_MAX_ROWS];
|
||||
std::vector<std::string> lineArray[LF_MAX_ROWS];
|
||||
int rowWidth[LF_MAX_ROWS];
|
||||
std::vector<std::string> Icon;
|
||||
}LF_LINES;
|
||||
|
||||
class CListFrame
|
||||
@@ -78,6 +79,7 @@ class CListFrame
|
||||
void refreshHeaderList(void);
|
||||
void reSizeMainFrameWidth(int maxTextWidth);
|
||||
void reSizeMainFrameHeight(int maxTextHeight);
|
||||
int paintListIcon(int x, int y, int line);
|
||||
|
||||
/* Variables */
|
||||
LF_LINES* m_pLines;
|
||||
|
Reference in New Issue
Block a user