1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/mediacenter/kodi/patches/kodi-100.07-disable-minimize.patch
2021-10-08 18:30:48 +02:00

20 lines
504 B
Diff

From f5f78dda7b1161779ce7a0c495f54e30f971776a Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
Date: Sat, 18 Apr 2015 14:59:29 +0300
Subject: [PATCH 07/13] disable minimize
---
xbmc/Application.cpp | 1 -
1 file changed, 1 deletion(-)
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -4815,7 +4815,6 @@ bool CApplication::SwitchToFullScreen(bo
void CApplication::Minimize()
{
- CServiceBroker::GetWinSystem()->Minimize();
}
std::string CApplication::GetCurrentPlayer()