diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-10-25 05:51:23 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-10-25 05:51:23 +0000 |
commit | 5c4c090371178f2532d31cd2c6a520f218d413b5 (patch) | |
tree | d4aa40c971eb237bb0a759b25720f04b885fb24b /guilib/GUITexture.h | |
parent | 0f3f19a7d22800c659013335bea80b2b04ecb83a (diff) |
changed: Invalidate controls when changing the window size, rather than being lazy and reallocate them. Thanks for the kick up the pants Martin :)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23993 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUITexture.h')
-rw-r--r-- | guilib/GUITexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/GUITexture.h b/guilib/GUITexture.h index 6cd36eb67e..1cd53362d3 100644 --- a/guilib/GUITexture.h +++ b/guilib/GUITexture.h @@ -93,6 +93,7 @@ public: void DynamicResourceAlloc(bool bOnOff); void AllocResources(); void FreeResources(bool immediately = false); + void SetInvalid(); void SetVisible(bool visible); void SetAlpha(unsigned char alpha); |