Mercurial > sdl-ios-xcode
changeset 1316:0781906086fa
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 01 Feb 2006 08:24:32 +0000 |
parents | e94b0d7c33bc |
children | 6c7b69218276 |
files | src/video/wincommon/SDL_wingl.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);