mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
clearing displaymessage if it is called without text
This commit is contained in:
@@ -13,6 +13,7 @@ public:
|
||||
bool createOsd(void);
|
||||
void DrawBackground(void);
|
||||
void DrawMessage(eMessageType type, const char *text);
|
||||
void ClearMessage(void);
|
||||
void DoFadeIn(void) { Start(); };
|
||||
void Flush(void) { DoFlush(); };
|
||||
};
|
||||
|
Reference in New Issue
Block a user