you can in CIrrDeviceMacOSX::createWindow remove the line:
Code: Select all
VideoModeList.setDesktop(CreationParams.Bits, core::dimension2d<u32>(ScreenWidth, ScreenHeight));
Code: Select all
VideoModeList.setDesktop(CreationParams.Bits, core::dimension2d<u32>([[NSScreen mainScreen] frame].size.width,
[[NSScreen mainScreen] frame].size.height));