Skip to content

Commit

Permalink
Quartz driver: Make sure we pass a pointer to the right type.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 2, 2006
1 parent 7b14191 commit f01aebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -503,7 +503,7 @@ static void QZ_UnsetVideoMode (_THIS) {

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;
Expand Down

0 comments on commit f01aebc

Please sign in to comment.