| 387 | } |
| 388 | |
| 389 | void Window_SetSize(int width, int height) { |
| 390 | WinSetWindowPos(hwndFrame, HWND_TOP, 0, 0, width, height, SWP_SIZE); |
| 391 | } |
| 392 | |
| 393 | void Window_RequestClose(void) { |
| 394 | WinPostMsg(hwndClient, WM_CLOSE, 0, 0); |
no outgoing calls
no test coverage detected