mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xbmc (Gotham) fully disable Minimize()
this doesn't play well with our WM. in both standalone/non-standalone mode
This commit is contained in:
parent
494729cfc7
commit
c80065b327
@ -1,12 +0,0 @@
|
|||||||
diff --git a/xbmc/windowing/WinEventsSDL.cpp b/xbmc/windowing/WinEventsSDL.cpp
|
|
||||||
index c266c1e..9bfd6ac 100644
|
|
||||||
--- a/xbmc/windowing/WinEventsSDL.cpp
|
|
||||||
+++ b/xbmc/windowing/WinEventsSDL.cpp
|
|
||||||
@@ -439,7 +439,6 @@ bool CWinEventsSDL::ProcessLinuxShortcuts(SDL_Event& event)
|
|
||||||
switch(event.key.keysym.sym)
|
|
||||||
{
|
|
||||||
case SDLK_TAB: // ALT+TAB to minimize/hide
|
|
||||||
- g_application.Minimize();
|
|
||||||
return true;
|
|
||||||
default:
|
|
||||||
break;
|
|
@ -0,0 +1,18 @@
|
|||||||
|
commit 17807066bc04cd28bba89fd176d4d0f69ead9728
|
||||||
|
Author: Stefan Saraev <stefan@saraev.ca>
|
||||||
|
Date: Sat Oct 12 16:18:50 2013 +0300
|
||||||
|
|
||||||
|
disable minimize
|
||||||
|
|
||||||
|
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
|
||||||
|
index b5d40c0..18bea9d 100644
|
||||||
|
--- a/xbmc/Application.cpp
|
||||||
|
+++ b/xbmc/Application.cpp
|
||||||
|
@@ -5448,7 +5448,6 @@ bool CApplication::SwitchToFullScreen()
|
||||||
|
|
||||||
|
void CApplication::Minimize()
|
||||||
|
{
|
||||||
|
- g_Windowing.Minimize();
|
||||||
|
}
|
||||||
|
|
||||||
|
PLAYERCOREID CApplication::GetCurrentPlayer()
|
Loading…
x
Reference in New Issue
Block a user