mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
kodi: adjust kodi minimize patch
This commit is contained in:
parent
118b673702
commit
059fa356c0
@ -9,11 +9,11 @@ Subject: [PATCH 07/13] disable minimize
|
|||||||
|
|
||||||
--- a/xbmc/Application.cpp
|
--- a/xbmc/Application.cpp
|
||||||
+++ b/xbmc/Application.cpp
|
+++ b/xbmc/Application.cpp
|
||||||
@@ -4818,7 +4818,6 @@ bool CApplication::SwitchToFullScreen(bo
|
@@ -2056,7 +2056,6 @@ void CApplication::OnApplicationMessage(
|
||||||
|
break;
|
||||||
|
|
||||||
void CApplication::Minimize()
|
case TMSG_MINIMIZE:
|
||||||
{
|
- CServiceBroker::GetWinSystem()->Minimize();
|
||||||
- CServiceBroker::GetWinSystem()->Minimize();
|
break;
|
||||||
}
|
|
||||||
|
|
||||||
std::string CApplication::GetCurrentPlayer()
|
case TMSG_EXECUTE_OS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user