akezeke / spotyxbmc2

spotyXBMC is a fork of XBMC with spotify support
Other
133 stars 29 forks source link

compilation error #30

Closed mathroc closed 12 years ago

mathroc commented 12 years ago

in xbmc/Application.php, bool bFullScreen is declared twice (lines ~780~810)

can't find how to upload a patch, so here it is :

--- xbmc/Application.cpp.o 2012-03-30 16:28:40.760074100 +0200 +++ xbmc/Application.cpp 2012-03-30 16:29:53.132071526 +0200 @@ -765,17 +765,17 @@ if (g_advancedSettings.m_startFullScreen && g_guiSettings.m_LookAndFeelResolution == RES_WINDOW) g_guiSettings.m_LookAndFeelResolution = RES_DESKTOP;

neoflex commented 12 years ago

it has been fixed for Eden and master branch, thank you.