--- ./programs/Xserver/hw/xwin/save_winmultiwindowwindow.c 2006-11-10 13:05:31.000000000 +0000 +++ ./programs/Xserver/hw/xwin/winmultiwindowwindow.c 2006-11-10 13:05:33.000000000 +0000 @@ -982,11 +982,10 @@ /* * If the Windows window is minimized, its WindowRect has * meaningless values so we don't adjust X window to it. - * Instead we put the X window to the bottom in Z order to - * be obscured by other windows. */ - vlist[0] = Below; - return ConfigureWindow (pWin, CWStackMode, vlist, wClient(pWin)); + vlist[0] = 0; + vlist[1] = 0; + return ConfigureWindow (pWin, CWX | CWY, vlist, wClient(pWin)); } pDraw = &pWin->drawable;