Commit aaf8ca0d authored by Ryan C. Gordon's avatar Ryan C. Gordon

Quartz driver: Make sure we pass a pointer to the right type.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401223
parent ca9a638c
...@@ -503,7 +503,7 @@ static void QZ_UnsetVideoMode (_THIS) { ...@@ -503,7 +503,7 @@ static void QZ_UnsetVideoMode (_THIS) {
static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int width, static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int width,
int height, int bpp, Uint32 flags) { int height, int bpp, Uint32 flags) {
int exact_match; boolean_t exact_match = 0;
int gamma_error; int gamma_error;
SDL_QuartzGammaTable gamma_table; SDL_QuartzGammaTable gamma_table;
NSRect screen_rect; NSRect screen_rect;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment