X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.cc;h=9b7d5594f392ecde245ff6646ccce4766133a1f2;hb=278037ebfb816ad39f8546a194131e89803e7075;hp=e30cf64598f57e717745cc22291022ebbb0eccac;hpb=6bc83f72f12c8513a1e9e9b6fd880697a73f968f;p=dcpomatic.git diff --git a/src/lib/cross.cc b/src/lib/cross.cc index e30cf6459..9b7d5594f 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 }