begin shutdown dialog and a few other small things, come back to this later

This commit is contained in:
freedom7341
2023-09-27 12:22:01 -06:00
parent 4dfb5d8554
commit d4aa908ea2
2 changed files with 34 additions and 0 deletions

View File

@@ -35,5 +35,10 @@ BOOL CreateDesktopWindow2(VOID)
// color the window invisible, get list of running
// programs and then draw them all and capture their
// system menus as context menus for each icon.
// FUNCTIONS TODO:
// QueryRunningPrograms()
// DrawProgramIcon(DWORD dwFlags)
//
return TRUE;
}