mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added skin blackhole
This commit is contained in:
@@ -12,7 +12,7 @@ enum ePluginMenuType {
|
||||
mtUnknown
|
||||
};
|
||||
|
||||
class cDisplayMenuRootView : public cView {
|
||||
class cDisplayMenuRootView : public cView, public cViewHelpers {
|
||||
private:
|
||||
eMenuCategory cat;
|
||||
eSubView viewType;
|
||||
@@ -35,6 +35,7 @@ private:
|
||||
void DrawBackground(void);
|
||||
void DrawHeader(void);
|
||||
void DrawDateTime(void);
|
||||
bool DrawTime(void);
|
||||
void DrawColorButtons(void);
|
||||
void DrawMessage(eMessageType type, const char *text);
|
||||
void ClearRootView(void);
|
||||
|
||||
Reference in New Issue
Block a user