From f96c07e0f495ca7ed377a31857510c7c85908373 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 1 Feb 2006 08:24:32 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401319 --- src/video/wincommon/SDL_wingl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video/wincommon/SDL_wingl.c b/src/video/wincommon/SDL_wingl.c index ddb84b3a7..66c323545 100644 --- a/src/video/wincommon/SDL_wingl.c +++ b/src/video/wincommon/SDL_wingl.c @@ -53,9 +53,9 @@ static int WIN_GL_ResetWindow(_THIS) DestroyWindow(SDL_Window); SDL_Window = CreateWindow(SDL_Appname, SDL_Appname, style, - rect.left, rect.top, - (rect.right-rect.left)+1, - (rect.top-rect.bottom)+1, + rect.left, rect.top, + (rect.right-rect.left)+1, + (rect.top-rect.bottom)+1, NULL, NULL, SDL_Instance, NULL); if ( SDL_Window ) { this->SetCaption(this, this->wm_title, this->wm_icon);