*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401319
This commit is contained in:
parent
3a3a919df5
commit
f96c07e0f4
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue