Skip to content

Commit

Permalink
Application: register Stereoscopicmanager for message target
Browse files Browse the repository at this point in the history
  • Loading branch information
afl1 authored and popcornmix committed Mar 19, 2019
1 parent 3b18187 commit fa78910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/Application.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit fa78910

Please sign in to comment.