Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Winand committed Mar 28, 2021
1 parent b2c122f commit 44a6827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main_tk.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
bar.SetProgressValue(top_level_hwnd, 1, 1)
bar.SetProgressState(top_level_hwnd, 8)

# https://stackoverflow.com/questions/49045701/prevent-screen-from-sleeping-with-c-sharp
# https://stackoverflow.com/q/49045701 Prevent screen from sleeping with C#
# https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate
# https://github.com/pedrolcl/screensaver-disabler
# https://stackoverflow.com/questions/64870484
# https://stackoverflow.com/q/64870484 prevent display from turning off
ES_CONTINUOUS = 0x80000000
ES_SYSTEM_REQUIRED = 0x00000001
ES_DISPLAY_REQUIRED = 0x00000002
Expand Down

0 comments on commit 44a6827

Please sign in to comment.