clearing displaymessage if it is called without text

This commit is contained in:
louis
2014-11-18 18:33:27 +01:00
parent 5d715edba1
commit e7abb8557e
4 changed files with 9 additions and 1 deletions

View File

@@ -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(); };
};