From c3018c6090df3c4cf3c5a96cc2310f931ef8f37f Mon Sep 17 00:00:00 2001 From: jmarshallnz Date: Wed, 23 Sep 2009 10:03:22 +0000 Subject: 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 --- guilib/GUIControlGroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guilib/GUIControlGroup.cpp') diff --git a/guilib/GUIControlGroup.cpp b/guilib/GUIControlGroup.cpp index 1b377c1e4d..a699477a01 100644 --- a/guilib/GUIControlGroup.cpp +++ b/guilib/GUIControlGroup.cpp @@ -282,7 +282,7 @@ bool CGUIControlGroup::CanFocus() const return false; } -void CGUIControlGroup::DoRender(DWORD currentTime) +void CGUIControlGroup::DoRender(unsigned int currentTime) { m_renderTime = currentTime; CGUIControl::DoRender(currentTime); -- cgit v1.2.3