diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-10-13 13:43:29 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-10-13 16:21:15 +0200 |
commit | ba42683fada2abafa18a49cd50ce8298b92851c8 (patch) | |
tree | b8031e465c03b034a0b8e4bc757ce323b0ff819f /sd | |
parent | 17f5c8ef18202355189f8b1b11f67b4e106fd31e (diff) |
tdf#120326: properly prevent Windows from entering power saving
The previous call to SystemParametersInfoW with SPI_SETSCREENSAVEACTIVE
only prevented screen saver from running (which is not often used these
days), but screen was still turned off (and power saving was started).
Despite SetThreadExecutionState documentation [1] claims that it does
not stop the screen saver from executing, my experiments show that it
does (on my Windows 10). So just use it, because it is designed exactly
for this task (documentation discusses the presentation applications).
[1] https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate
Change-Id: I6eced8f0a7c17211a0b68851a40227eed9a22b1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141289
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sd')
0 files changed, 0 insertions, 0 deletions