diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-03-26 09:43:45 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-03-26 09:43:45 +0000 |
commit | f2230ffa32c6ef3e69e3c263b4fb295ef74f00d8 (patch) | |
tree | a55a654015915d2cf77633cc5ef55912495407b4 /guilib/GUIListItemLayout.h | |
parent | adef801ce56c83e4798845db586deb743992e569 (diff) |
fixed: On change of thumbnail images wouldn't necessarily update, depending on the skin
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28828 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIListItemLayout.h')
-rw-r--r-- | guilib/GUIListItemLayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUIListItemLayout.h b/guilib/GUIListItemLayout.h index e7eeff6b2d..e934841425 100644 --- a/guilib/GUIListItemLayout.h +++ b/guilib/GUIListItemLayout.h @@ -42,6 +42,7 @@ public: bool IsAnimating(ANIMATION_TYPE animType); void ResetAnimation(ANIMATION_TYPE animType); void SetInvalid() { m_invalidated = true; }; + void FreeResources(bool immediately = false); //#ifdef PRE_SKIN_VERSION_9_10_COMPATIBILITY void CreateListControlLayouts(float width, float height, bool focused, const CLabelInfo &labelInfo, const CLabelInfo &labelInfo2, const CTextureInfo &texture, const CTextureInfo &textureFocus, float texHeight, float iconWidth, float iconHeight, int nofocusCondition, int focusCondition); |