mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 09:45:09 -05:00
*** empty log message ***
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user