diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-09-24 01:04:35 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-09-24 01:04:35 +0000 |
commit | 9cffa27f00de6c87ee6eafbf5531a620e2840c89 (patch) | |
tree | e650cdc22b791e6aa9d04d2a0191f938471f6156 /guilib/GUIWindow.h | |
parent | 7d4c7b70bff223fdd55aa9713466071735039576 (diff) |
removed: FRECT struct - use CRect instead.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23127 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIWindow.h')
-rw-r--r-- | guilib/GUIWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUIWindow.h b/guilib/GUIWindow.h index aba217fbc6..ee2b5e9d62 100644 --- a/guilib/GUIWindow.h +++ b/guilib/GUIWindow.h @@ -107,7 +107,7 @@ public: void SetIDRange(int range) { m_idRange = range; }; int GetIDRange() const { return m_idRange; }; int GetPreviousWindow() { return m_previousWindow; }; - FRECT GetScaledBounds() const; + CRect GetScaledBounds() const; virtual void ClearAll(); virtual void AllocResources(bool forceLoad = false); virtual void FreeResources(bool forceUnLoad = false); |