Skip to content

Commit

Permalink
macOS: more robust detection and switching of exclusive-fullscreen di…
Browse files Browse the repository at this point in the history
…splay modes (bug #4822).
  • Loading branch information
slime73 committed Oct 26, 2019
1 parent a9b867a commit a963e36
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 96 deletions.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoamodes.h
Expand Up @@ -30,7 +30,7 @@ typedef struct

typedef struct
{
CGDisplayModeRef moderef;
CFMutableArrayRef modes;
} SDL_DisplayModeData;

extern void Cocoa_InitModes(_THIS);
Expand Down

0 comments on commit a963e36

Please sign in to comment.