aboutsummaryrefslogtreecommitdiff
path: root/guilib/GraphicContext.cpp
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2009-11-18 20:28:56 +0000
committerjmarshallnz <jmarshallnz@svn>2009-11-18 20:28:56 +0000
commit2cde3ce2340cf5124ca11ed247f49b0383c038ce (patch)
treea3b127ce4cbbedeba87397e383432099650a64c2 /guilib/GraphicContext.cpp
parenta6d4709d0e8ec7a2437e7b68d59731f95accae90 (diff)
cleanup: Sanitized settings->system.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24731 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GraphicContext.cpp')
-rw-r--r--guilib/GraphicContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GraphicContext.cpp b/guilib/GraphicContext.cpp
index 9f6e08e444..f17481f5a1 100644
--- a/guilib/GraphicContext.cpp
+++ b/guilib/GraphicContext.cpp
@@ -339,7 +339,7 @@ void CGraphicContext::SetVideoResolution(RESOLUTION res, bool forceUpdate)
if (g_advancedSettings.m_fullScreen)
{
#if defined (__APPLE__) || defined (_WIN32)
- bool blankOtherDisplays = g_guiSettings.GetInt("videoscreen.displayblanking") == BLANKING_ALL_DISPLAYS;
+ bool blankOtherDisplays = g_guiSettings.GetBool("videoscreen.blankdisplays");
g_Windowing.SetFullScreen(true, g_settings.m_ResInfo[res], blankOtherDisplays);
#else
g_Windowing.SetFullScreen(true, g_settings.m_ResInfo[res], BLANKING_DISABLED);