mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc: add patch to revert 5814e7f, which causes to not have the (full) list of avaible screenresolutions, so we cant use our own
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e4d77faaeb
commit
3fe5fdc60f
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur xbmc-14-0b1a6eb/xbmc/windowing/X11/XRandR.cpp xbmc-14-0b1a6eb.patch/xbmc/windowing/X11/XRandR.cpp
|
||||||
|
--- xbmc-14-0b1a6eb/xbmc/windowing/X11/XRandR.cpp 2014-09-01 09:53:24.000000000 +0200
|
||||||
|
+++ xbmc-14-0b1a6eb.patch/xbmc/windowing/X11/XRandR.cpp 2014-09-01 17:39:11.816218099 +0200
|
||||||
|
@@ -74,7 +74,7 @@
|
||||||
|
CStdString cmd;
|
||||||
|
cmd = getenv("XBMC_BIN_HOME");
|
||||||
|
cmd += "/xbmc-xrandr";
|
||||||
|
- cmd = StringUtils::Format("%s -q --screen %d --current", cmd.c_str(), screennum);
|
||||||
|
+ cmd = StringUtils::Format("%s -q --screen %d", cmd.c_str(), screennum);
|
||||||
|
|
||||||
|
FILE* file = popen(cmd.c_str(),"r");
|
||||||
|
if (!file)
|
Loading…
x
Reference in New Issue
Block a user