Fix maximize window.

This commit is contained in:
Kensuke Matsuzaki 2004-04-13 07:05:36 +00:00
parent a4401712c5
commit ec3224e132

View file

@ -982,7 +982,7 @@ winMWExtWMWindowProc (HWND hwnd, UINT message,
if (!g_fNoConfigureWindow ) {
if (!pRLWinPriv->fMovingOrSizing
&& (pWinPos->flags & SWP_SHOWWINDOW)) {
/*&& (pWinPos->flags & SWP_SHOWWINDOW)*/) {
GetClientRect (hwnd, &rcClient);
MapWindowPoints (hwnd, HWND_DESKTOP, (LPPOINT)&rcClient, 2);