mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix ScreenlockMonitorDeviceSource window creation error.
See https://crbug.com/1058556 for details.
This commit is contained in:
13
patch/patches/win_screenlock_1058556.patch
Normal file
13
patch/patches/win_screenlock_1058556.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc
|
||||
index 5cb66455ac9e..e00e33294aec 100644
|
||||
--- content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc
|
||||
+++ content/browser/screenlock_monitor/screenlock_monitor_device_source_win.cc
|
||||
@@ -47,7 +47,7 @@ bool ScreenlockMonitorDeviceSource::SessionMessageWindow::OnWndProc(
|
||||
if (message == WM_WTSSESSION_CHANGE) {
|
||||
ProcessWTSSessionLockMessage(wparam);
|
||||
}
|
||||
- return true;
|
||||
+ return false;
|
||||
}
|
||||
|
||||
void ScreenlockMonitorDeviceSource::SessionMessageWindow::
|
Reference in New Issue
Block a user