fix warning

This commit is contained in:
Glenn Maynard
2006-07-01 03:24:12 +00:00
parent 8b2e7065fa
commit ac2163a049
@@ -297,7 +297,7 @@ void LowLevelWindow_X11::GetDisplayResolutions( DisplayResolutions &out ) const
for( int i = 0; i < iSizesXct; ++i )
{
DisplayResolution res = { pSizesX[i].width, pSizesX[i].height };
DisplayResolution res = { pSizesX[i].width, pSizesX[i].height, true };
out.insert( res );
}
}