summaryrefslogtreecommitdiff
path: root/bitmap.h
diff options
context:
space:
mode:
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