Files
LibreELEC.tv/packages/mediacenter/xbmc/patches/13.alpha-2435cf3/xbmc-995.10-disable-alt-tab.patch
Stephan Raue f9616c1d0a xbmc: update to xbmc-13.alpha-2435cf3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-09-01 17:46:28 +02:00

13 lines
446 B
Diff

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;