cmake build system + OS X support / cleanups for Humble Release #8

Merged
urkle merged 25 commits from OSX into boost 2014-01-01 23:13:17 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 1120c60cae - Show all commits

View File

@ -469,8 +469,9 @@ struct GraphicsPrivate
{
if (threadData->windowSizeMsg.pollChange(&winSize.x, &winSize.y))
{
glState.viewport.init(IntRect(0, 0, winSize.x, winSize.y));
recalculateScreenSize();
screen.setScreenSize(scSize.x, scSize.y);
screen.setScreenSize(winSize.x, winSize.y);
updateScreenResoRatio();
}
}