summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-06-01 21:02:41 +0000
committerlordjaxom <lordjaxom>2004-06-01 21:02:41 +0000
commite535cdbe09d9c13d79cd6722aafca5798b7d1e35 (patch)
tree640a6597a28e3f548a469b3c19e681d48a0622dc /bitmap.h
parent37b57e7872214cc59119faf29bd058362504b3f6 (diff)
downloadvdr-plugin-text2skin-e535cdbe09d9c13d79cd6722aafca5798b7d1e35.tar.gz
vdr-plugin-text2skin-e535cdbe09d9c13d79cd6722aafca5798b7d1e35.tar.bz2
- fixed possible segfault when showing language logo (happened when channelv0.0.1-rc3
was not available) - fixed some memory leaks - fixed "too many colors used in palette" warning for non-imlib-users
Diffstat (limited to 'bitmap.h')
-rw-r--r--bitmap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bitmap.h b/bitmap.h
index eeb5827..b781767 100644
--- a/bitmap.h
+++ b/bitmap.h
@@ -1,5 +1,5 @@
/*
- * $Id: bitmap.h,v 1.4 2004/06/01 17:10:13 lordjaxom Exp $
+ * $Id: bitmap.h,v 1.5 2004/06/01 21:02:38 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_BITMAP_H
@@ -19,6 +19,9 @@ public:
#ifdef HAVE_IMLIB2
bool LoadImlib(const char *Filename);
#endif
+#ifdef HAVE_IMAGEMAGICK
+ bool LoadMagick(const char *Filename);
+#endif
};
#endif // VDR_TEXT2SKIN_BITMAP_H