Author: hbelusca
Date: Sun Jun 5 13:17:55 2016
New Revision: 71532
URL:
http://svn.reactos.org/svn/reactos?rev=71532&view=rev
Log:
[SHELL32]: Experiments on Win2k3 reveal that the shell_defview window can be moved if the
desktop workarea rectangle changes of size and origin.
Modified:
trunk/reactos/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp
Modified: trunk/reactos/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shelldes…
==============================================================================
--- trunk/reactos/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp [iso-8859-1]
(original)
+++ trunk/reactos/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp [iso-8859-1] Sun Jun
5 13:17:55 2016
@@ -498,7 +498,7 @@
rcWorkArea.left, rcWorkArea.top,
rcWorkArea.right - rcWorkArea.left,
rcWorkArea.bottom - rcWorkArea.top,
- SWP_NOMOVE | SWP_NOACTIVATE | SWP_NOZORDER |
SWP_NOOWNERZORDER);
+ SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOOWNERZORDER);
}
break;
}