changeset 1218:057d313e36a2

Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 02 Jan 2006 10:49:37 +0000
parents ae9981987c2f
children 9a7a016d5a71
files src/video/quartz/SDL_QuartzVideo.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m	Mon Jan 02 09:32:54 2006 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.m	Mon Jan 02 10:49:37 2006 +0000
@@ -300,6 +300,7 @@
                     return NULL;
                 }
 
+                rect->x = rect->y = 0;
                 rect->w = width;
                 rect->h = height;