Skip to content

Commit

Permalink
Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 2, 2006
1 parent 7b527de commit 185fb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -300,6 +300,7 @@ static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) {
return NULL;
}

rect->x = rect->y = 0;
rect->w = width;
rect->h = height;

Expand Down

0 comments on commit 185fb7a

Please sign in to comment.