aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIListItemLayout.h
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2009-09-23 10:03:22 +0000
committerjmarshallnz <jmarshallnz@svn>2009-09-23 10:03:22 +0000
commitc3018c6090df3c4cf3c5a96cc2310f931ef8f37f (patch)
treee22747627d63a591f15d9f87e15aa08cde10a563 /guilib/GUIListItemLayout.h
parent59629d6966e46a99fc8e41a05f5e460d984997a4 (diff)
changed: DWORD -> unsigned int for frame-based timings, and moved to using CTimeUtils::Update/GetFrameTime() for UI timing.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23109 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIListItemLayout.h')
-rw-r--r--guilib/GUIListItemLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUIListItemLayout.h b/guilib/GUIListItemLayout.h
index f0c03ba641..2bea1afb9d 100644
--- a/guilib/GUIListItemLayout.h
+++ b/guilib/GUIListItemLayout.h
@@ -34,7 +34,7 @@ public:
CGUIListItemLayout(const CGUIListItemLayout &from);
virtual ~CGUIListItemLayout();
void LoadLayout(TiXmlElement *layout, bool focused);
- void Render(CGUIListItem *item, int parentID, DWORD time = 0);
+ void Render(CGUIListItem *item, int parentID, unsigned int time = 0);
float Size(ORIENTATION orientation) const;
unsigned int GetFocusedItem() const;
void SetFocusedItem(unsigned int focus);