summaryrefslogtreecommitdiff
path: root/screen.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-17 19:56:21 +0000
committerlordjaxom <lordjaxom>2004-12-17 19:56:21 +0000
commitac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d (patch)
treed572f41490e8949a5e7323bf94b59c4034438afe /screen.h
parentb8f29c674cc0ccca207123342c1344bbd0f13796 (diff)
downloadvdr-plugin-text2skin-ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d.tar.gz
vdr-plugin-text2skin-ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d.tar.bz2
1.0-pre5v1.0-pre5
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h4
1 files changed, 3 insertions, 1 deletions
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