From ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Fri, 17 Dec 2004 19:56:21 +0000 Subject: 1.0-pre5 --- screen.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'screen.h') diff --git a/screen.h b/screen.h index b397785..4a95b57 100644 --- a/screen.h +++ b/screen.h @@ -1,5 +1,5 @@ /* - * $Id: screen.h,v 1.2 2004/12/06 15:01:02 lordjaxom Exp $ + * $Id: screen.h,v 1.3 2004/12/17 19:56:16 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_SCREEN_H @@ -35,6 +35,8 @@ public: void DrawSlope(int x1, int y1, int x2, int y2, tColor Color, int Type); void Flush(void); + + bool IsOpen(void) const { return mOsd != NULL; } }; #endif // VDR_TEXT2SKIN_SCREEN_H -- cgit v1.2.3