Merge pull request #168 from marcelofg55/master
Fullscreen is toggled fine now on OSX
This commit is contained in:
commit
7b8962feb5
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ void ToggleGrabMouse(int mode)
|
|||
*/
|
||||
void ToggleFullScreen()
|
||||
{
|
||||
#ifdef USE_WIN32
|
||||
#if defined(USE_WIN32) || defined(__APPLE__)
|
||||
long framesize;
|
||||
SDL_Rect clip;
|
||||
Uint32 flags;
|
||||
|
|
Loading…
Add table
Reference in a new issue