fixed: resolutions coming out of xrandr are always fullscreen
authorbobo1on1 <bobo1on1@svn>
Thu, 30 Sep 2010 15:28:15 +0000 (15:28 +0000)
committerbobo1on1 <bobo1on1@svn>
Thu, 30 Sep 2010 15:28:15 +0000 (15:28 +0000)
(cherry picked from commit 9e960dae4c5c2a2483f2fcdd79cf057e155ea905)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34332 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

xbmc/WinSystemX11.cpp

index 0b4f5f6..174d106 100644 (file)
@@ -234,6 +234,7 @@ void CWinSystemX11::UpdateResolutions()
       res.strId        = mode.id;
       res.iSubtitles   = (int)(0.95*mode.h);
       res.fRefreshRate = mode.hz;
+      res.bFullScreen  = true;
 
       if ((float)mode.w / (float)mode.h >= 1.59)
         res.dwFlags = D3DPRESENTFLAG_WIDESCREEN;