# HG changeset patch # User Ryan C. Gordon # Date 1136206138 0 # Node ID ca2f0da7b7083aef821105af90cd602fec265810 # Parent 9a7a016d5a713747a1e2c2c052322c10f7fd9777 Quartz driver: Make sure we pass a pointer to the right type. diff -r 9a7a016d5a71 -r ca2f0da7b708 src/video/quartz/SDL_QuartzVideo.m --- a/src/video/quartz/SDL_QuartzVideo.m Mon Jan 02 12:37:40 2006 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Mon Jan 02 12:48:58 2006 +0000 @@ -503,7 +503,7 @@ static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags) { - int exact_match; + boolean_t exact_match = 0; int gamma_error; SDL_QuartzGammaTable gamma_table; NSRect screen_rect;