diff options
| author | louis <louis.braun@gmx.de> | 2014-11-25 14:33:59 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-11-25 14:33:59 +0100 |
| commit | d684cec70e72c4f9cea35fda69c1baa32360b5e3 (patch) | |
| tree | 2655aec65d580e7d9bc7cbeecc7602e96b37799d /libtemplate/template.h | |
| parent | 0422c52c6e679bae3bfd1c293cd11edbe3ae8a9c (diff) | |
| download | vdr-plugin-skindesigner-d684cec70e72c4f9cea35fda69c1baa32360b5e3.tar.gz vdr-plugin-skindesigner-d684cec70e72c4f9cea35fda69c1baa32360b5e3.tar.bz2 | |
optimized image caching code
Diffstat (limited to 'libtemplate/template.h')
| -rw-r--r-- | libtemplate/template.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/template.h b/libtemplate/template.h index a4ef238..2c1cfb2 100644 --- a/libtemplate/template.h +++ b/libtemplate/template.h @@ -32,6 +32,7 @@ enum eViewType { class cTemplate { private: eViewType viewType; + void CachePixmapImages(cTemplatePixmap *pix); void CacheImage(cTemplateFunction *func); protected: cGlobals *globals; |
