diff options
author | lordjaxom <lordjaxom> | 2004-06-01 17:27:26 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-06-01 17:27:26 +0000 |
commit | 37b57e7872214cc59119faf29bd058362504b3f6 (patch) | |
tree | 91ac522daad78b4f6498559845c0c3457fd9061e /bitmap.h | |
parent | b968a310699595ff139278440ae278aebf112c1f (diff) | |
download | vdr-plugin-text2skin-0.0.1-rc2.tar.gz vdr-plugin-text2skin-0.0.1-rc2.tar.bz2 |
- fixed some possible segfaults in Display Updatev0.0.1-rc2
- fixed segfault in Timebar when EPG doesn't contain time and duration
- fixed "too many colors used in palette" warning (only with HAVE_IMLIB2=1)
in channel display
- fixed above message in full menu
- removed some debug printf's
Diffstat (limited to 'bitmap.h')
-rw-r--r-- | bitmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: bitmap.h,v 1.3 2004/05/31 19:54:12 lordjaxom Exp $ + * $Id: bitmap.h,v 1.4 2004/06/01 17:10:13 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_BITMAP_H @@ -17,7 +17,7 @@ public: bool Load(const char *Filename); #ifdef HAVE_IMLIB2 - bool LoadPng(const char *Filename); + bool LoadImlib(const char *Filename); #endif }; |