big commit here, desktop stuff mostly, not 100% working yet but progress is progress and i gotta use git

This commit is contained in:
freedom
2023-07-26 23:38:18 -06:00
parent 50c38d2b74
commit ed7c892ac2
12 changed files with 187 additions and 23 deletions

View File

@@ -83,6 +83,8 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
goto WndProcDefault;
case WM_CLOSE:
if (GetShellWindow())
SetShellWindow(0);
PostQuitMessage(0);
break;