mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 17:25:26 -05:00
Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user