X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.cc;h=d84c17c55b25318ef5b32a0a06eda8ee23ac1d16;hb=5e4f001bf32e3cdf65efa34803d70e6c1c00c66b;hp=0224e461d5fb8193fe82841ecdb34051711b2f6a;hpb=40b654453c2ce0b266f43c36f1b9a5d1705f983c;p=dcpomatic.git diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 0224e461d..d84c17c55 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -310,7 +310,7 @@ void Waker::nudge () { #ifdef DCPOMATIC_WINDOWS - SetThreadExecutionState (ES_CONTINUOUS); + SetThreadExecutionState (ES_SYSTEM_REQUIRED); #endif }