| 241 |
|
Rect.top = (GetSystemMetrics(SM_CYSCREEN) / 2) - (gl->DisplayMode.Height / 2); |
| 242 |
|
Rect.right = Rect.left + gl->DisplayMode.Width; |
| 243 |
|
Rect.bottom = Rect.top + gl->DisplayMode.Height; |
| 244 |
< |
AdjustWindowRect(&Rect, WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_CAPTION, TRUE); |
| 244 |
> |
AdjustWindowRect(&Rect, WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_CAPTION |WS_TILEDWINDOW , FALSE); |
| 245 |
|
|
| 246 |
|
SetWindowPos(ONgPlatformData.Window, NULL, Rect.left, Rect.top, Rect.right - Rect.left, Rect.bottom - Rect.top, SWP_NOACTIVATE | SWP_NOZORDER); |
| 247 |
|
} |