From d309055320433e5fd899de53dc688d679609e6db Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sun, 23 May 2004 00:35:46 +0000 Subject: - Initial revision. --- common.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..e8d01bd --- /dev/null +++ b/common.h @@ -0,0 +1,14 @@ +/* + * $Id: common.h,v 1.1.1.1 2004/05/23 00:08:03 lordjaxom Exp $ + */ + +#ifndef VDR_TEXT2SKIN_COMMON_H +#define VDR_TEXT2SKIN_COMMON_H + +class cText2SkinItem; + +const char *SkinPath(void); +const cFont *SkinFont(cText2SkinItem *Item); +void DrawTextTransparent(cOsd *Osd, int x, int y, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font, int Width, int Height, int Alignment); + +#endif // VDR_TEXT2SKIN_COMMON_H -- cgit v1.2.3