summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h14
1 files changed, 14 insertions, 0 deletions
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