From e535cdbe09d9c13d79cd6722aafca5798b7d1e35 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 1 Jun 2004 21:02:41 +0000 Subject: - fixed possible segfault when showing language logo (happened when channel was not available) - fixed some memory leaks - fixed "too many colors used in palette" warning for non-imlib-users --- bitmap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bitmap.h') 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 -- cgit v1.2.3