diff options
Diffstat (limited to 'osd_info.h')
-rw-r--r-- | osd_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ public: ~cOsdInfoWindow(); void SetMessage(const char * message); void SetChannel(const cChannel * channel); - void Show(); + void Show(bool Refresh = false); void Hide(); eOSState ProcessKey(eKeys key); |