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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401221
This commit is contained in:
Ryan C. Gordon 2006-01-02 10:49:37 +00:00
parent a4cb3b2164
commit 22cfa5480b

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;