# HG changeset patch # User Sam Lantinga # Date 1138782272 0 # Node ID 0781906086fa14ddfc20bcac099794bfcbc7b54f # Parent e94b0d7c33bc68aeff5e0039c3956881d6915282 *** empty log message *** diff -r e94b0d7c33bc -r 0781906086fa src/video/wincommon/SDL_wingl.c --- a/src/video/wincommon/SDL_wingl.c Wed Feb 01 08:17:54 2006 +0000 +++ b/src/video/wincommon/SDL_wingl.c Wed Feb 01 08:24:32 2006 +0000 @@ -53,9 +53,9 @@ 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);