Skip to content

Commit

Permalink
well i guess you barely even need a delay
Browse files Browse the repository at this point in the history
there goes another (i don't even keep track of this) 100kb of ram...
  • Loading branch information
catneptune authored May 16, 2024
1 parent 211d4b1 commit fb00272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam) {
int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, PSTR cmdline, int cmdshow)
{
for (;;) {
Sleep(100);
Sleep(1);
EnumDesktopWindows(NULL, EnumWindowsProc, NULL);
}
return 0;
Expand Down

0 comments on commit fb00272

Please sign in to comment.