mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1174 from vpeter4/imx6-rc3
imx6: update kodi patches (already upstream)
This commit is contained in:
commit
2a29065014
@ -41,28 +41,3 @@ index e3b4725..bddb7c6 100644
|
||||
--
|
||||
2.7.1
|
||||
|
||||
|
||||
From 16264828a3fc3557eefbc8c117bbc715293dba8c Mon Sep 17 00:00:00 2001
|
||||
From: Matus Kral <matuskral@me.com>
|
||||
Date: Sun, 1 Jan 2017 18:52:40 +0100
|
||||
Subject: [PATCH] [IMXEGL] reconfigure fb1 & unblank before (hdmi)sound is
|
||||
resumed in WinSystem
|
||||
|
||||
---
|
||||
xbmc/windowing/egl/EGLNativeTypeIMX.cpp | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp b/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
|
||||
index 5c85556..f958bdc 100644
|
||||
--- a/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
|
||||
+++ b/xbmc/windowing/egl/EGLNativeTypeIMX.cpp
|
||||
@@ -263,6 +263,8 @@ bool CEGLNativeTypeIMX::SetNativeResolution(const RESOLUTION_INFO &res)
|
||||
CreateNativeDisplay();
|
||||
CreateNativeWindow();
|
||||
|
||||
+ g_IMXContext.OnResetDisplay();
|
||||
+ ShowWindow(true);
|
||||
CLog::Log(LOGDEBUG, "%s: %s",__FUNCTION__, res.strId.c_str());
|
||||
|
||||
return true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user