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:
parent
a4cb3b2164
commit
22cfa5480b
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ static SDL_Rect** QZ_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rect->x = rect->y = 0;
|
||||||
rect->w = width;
|
rect->w = width;
|
||||||
rect->h = height;
|
rect->h = height;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue