mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-29 15:50:34 +01:00
Fix maximize window.
This commit is contained in:
parent
a4401712c5
commit
ec3224e132
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue