MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Window_SetSize

Function Window_SetSize

src/Window_OS2.c:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Window_CreateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected