Module: wine Branch: master Commit: 89ad36b1d96fdd64cb2e59bd5743716b5874dac9 URL: https://gitlab.winehq.org/wine/wine/-/commit/89ad36b1d96fdd64cb2e59bd5743716...
Author: Anton Baskanov baskanov@gmail.com Date: Tue Feb 6 20:59:57 2024 +0700
explorer: Restore display settings on process exit.
Restore display settings to the ones in the registry when CDS_FULLSCREEN is used in ChangeDisplaySettings().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49674
---
dlls/user32/tests/monitor.c | 50 ++++++++++----------- dlls/win32u/sysparams.c | 13 ++++++ programs/explorer/desktop.c | 105 +++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 136 insertions(+), 32 deletions(-)