Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.

This commit is contained in:
Ryan C. Gordon
2006-01-02 10:49:37 +00:00
parent 292d18a5f7
commit 48d21dc783

View File

@@ -300,6 +300,7 @@ static SDL_Rect** QZ_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags) {
return NULL;
}
rect->x = rect->y = 0;
rect->w = width;
rect->h = height;