Cleanup and change log update.

This commit is contained in:
Camilla Berglund 2013-10-09 23:58:43 +02:00
parent 1047d5646d
commit 7775c87cd6
2 changed files with 7 additions and 5 deletions

View File

@ -304,6 +304,7 @@ skills.
- Peoro
- Braden Pellett
- Arturo J. Pérez
- Pieroman
- Jorge Rodriguez
- Ed Ropple
- Riku Salminen

View File

@ -58,12 +58,13 @@ static void enterFullscreenMode(_GLFWwindow* window)
_glfwSetVideoMode(window->monitor, &window->videoMode);
NSDictionary *opts = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithBool:NO], NSFullScreenModeAllScreens,
nil];
NSDictionary* options = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithBool:NO],
NSFullScreenModeAllScreens,
nil];
[window->ns.view enterFullScreenMode:window->monitor->ns.screen
withOptions:opts];
withOptions:options];
}
// Leave fullscreen mode