mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Michael Bruestle ([email protected])
- Properly handle multiple monitors in the screensavers (expand the screensaver window to all monitors) svn path=/trunk/; revision=42979
This commit is contained in:
@@ -174,8 +174,8 @@ static int LaunchScreenSaver(HWND hParent)
|
||||
else
|
||||
{
|
||||
style = WS_POPUP;
|
||||
rc.right = GetSystemMetrics(SM_CXSCREEN);
|
||||
rc.bottom = GetSystemMetrics(SM_CYSCREEN);
|
||||
rc.right = GetSystemMetrics(SM_CXVIRTUALSCREEN);
|
||||
rc.bottom = GetSystemMetrics(SM_CYVIRTUALSCREEN);
|
||||
style |= WS_VISIBLE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user