mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[win32csr]
-Handle WM_DISPLAYCHANGE svn path=/branches/reactos-yarotows/; revision=46994
This commit is contained in:
parent
600a901153
commit
0e1eed4d24
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ DtbgWindowProc(HWND Wnd,
|
|||
case WM_CLOSE:
|
||||
return 0;
|
||||
|
||||
case WM_DISPLAYCHANGE:
|
||||
MoveWindow(Wnd, 0, 0, LOWORD(lParam), HIWORD(lParam), TRUE);
|
||||
break;
|
||||
|
||||
case WM_NOTIFY:
|
||||
{
|
||||
PPRIVATE_NOTIFY_DESKTOP nmh = (PPRIVATE_NOTIFY_DESKTOP)lParam;
|
||||
|
|
Loading…
Reference in a new issue