aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2019-04-06 12:59:31 +0200
committerGitHub <noreply@github.com>2019-04-06 12:59:31 +0200
commit392b7ed4be1e5049755028d69b542814a9592d8f (patch)
tree4f76a2e4b2e8f3bb5f193228c38c913d6978479d
parent60bbf85d97c3db1fa0024f9cfb40803bf7a7aff6 (diff)
parent5424c25b73f84c00e1109b9b0eff1b65dcf9114a (diff)
Merge pull request #15845 from Memphiz/fix_15561_leia
[Application] - register Stereoscopicmanager for message target
-rw-r--r--xbmc/Application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
index bfa6083209..1c4f5dfcd0 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -1316,6 +1316,7 @@ bool CApplication::LoadSkin(const std::string& skinID)
CServiceBroker::GetGUI()->GetWindowManager().AddMsgTarget(this);
CServiceBroker::GetGUI()->GetWindowManager().AddMsgTarget(&CServiceBroker::GetPlaylistPlayer());
CServiceBroker::GetGUI()->GetWindowManager().AddMsgTarget(&g_fontManager);
+ CServiceBroker::GetGUI()->GetWindowManager().AddMsgTarget(&CServiceBroker::GetGUI()->GetStereoscopicsManager());
CServiceBroker::GetGUI()->GetWindowManager().SetCallback(*this);
//@todo should be done by GUIComponents
CServiceBroker::GetGUI()->GetWindowManager().Initialize();