Quartz driver: Make sure we pass a pointer to the right type.
1.1 --- a/src/video/quartz/SDL_QuartzVideo.m Mon Jan 02 12:37:40 2006 +0000
1.2 +++ b/src/video/quartz/SDL_QuartzVideo.m Mon Jan 02 12:48:58 2006 +0000
1.3 @@ -503,7 +503,7 @@
1.4
1.5 static SDL_Surface* QZ_SetVideoFullScreen (_THIS, SDL_Surface *current, int width,
1.6 int height, int bpp, Uint32 flags) {
1.7 - int exact_match;
1.8 + boolean_t exact_match = 0;
1.9 int gamma_error;
1.10 SDL_QuartzGammaTable gamma_table;
1.11 NSRect screen_rect;