summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-06-02 19:56:58 +0000
committerlordjaxom <lordjaxom>2004-06-02 19:56:58 +0000
commite0c2ee1d37c0f213f22a04df71710bebe3526f85 (patch)
tree8bfd3a4fa065abeb016134466523a1152202e597 /bitmap.h
parente535cdbe09d9c13d79cd6722aafca5798b7d1e35 (diff)
downloadvdr-plugin-text2skin-0.0.1-rc4.tar.gz
vdr-plugin-text2skin-0.0.1-rc4.tar.bz2
- implemented image loading through ImageMagick (fixes crashes when runningv0.0.1-rc4
together with GraphTFT) - implemented Theme support (see file demo.colors in the demo skin) - implemented translations for texts used in skins (see file demo.trans in the demo skin)
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bitmap.h b/bitmap.h
index b781767..b0dc35d 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,13 +1,12 @@
/*
- * $Id: bitmap.h,v 1.5 2004/06/01 21:02:38 lordjaxom Exp $
+ * $Id: bitmap.h,v 1.6 2004/06/02 20:43:05 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_BITMAP_H
#define VDR_TEXT2SKIN_BITMAP_H
-#define __STL_CONFIG_H
+#include "common.h"
#include <vdr/osd.h>
-#undef __STL_CONFIG_H
class cText2SkinBitmap: public cBitmap {
public: