aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2009-12-21 00:31:14 +0000
committerjmarshallnz <jmarshallnz@svn>2009-12-21 00:31:14 +0000
commit78f95390a04ece84cf8c09448233eeabb7536062 (patch)
treed86b2322f3b4fe1199f1747afdcd072a8ed73b18
parentd6268d0c2221f67942e0ecfc1fbbd885ba06e696 (diff)
fixed: Ticket #8111 - the mystery of the disappearing mouse, merge from camelot r25910.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25911 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/GUIWindowPointer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/GUIWindowPointer.cpp b/xbmc/GUIWindowPointer.cpp
index 6c14546b9b..8acec13488 100644
--- a/xbmc/GUIWindowPointer.cpp
+++ b/xbmc/GUIWindowPointer.cpp
@@ -71,6 +71,7 @@ void CGUIWindowPointer::OnWindowLoaded()
}
CGUIWindow::OnWindowLoaded();
DynamicResourceAlloc(false);
+ m_dwPointer = 0;
}
void CGUIWindowPointer::Render()