mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[SHELL32]: Fix copypasta bug.
svn path=/trunk/; revision=72105
This commit is contained in:
@@ -119,7 +119,7 @@ HRESULT CDesktopBrowser::Initialize(IShellDesktopTray *ShellDesk)
|
||||
|
||||
/* Calculate the size and pos of the window */
|
||||
RECT rect;
|
||||
if (!GetSystemMetrics(SM_CXVIRTUALSCREEN) || GetSystemMetrics(SM_CYVIRTUALSCREEN))
|
||||
if (!GetSystemMetrics(SM_CXVIRTUALSCREEN) || !GetSystemMetrics(SM_CYVIRTUALSCREEN))
|
||||
{
|
||||
SetRect(&rect, 0, 0, GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user