Accept SIZE_MAXIMIZED as one of statuses of MDI windows

Alexandre Julliard julliard at winehq.org
Wed Aug 6 14:24:19 CDT 2003


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> @@ -1070,9 +1072,10 @@ STATUSBAR_WMSize (STATUSWINDOWINFO *info
>      width = parent_rect.right - parent_rect.left;
>      x = parent_rect.left;
>      y = parent_rect.bottom - infoPtr->height;
> -    MoveWindow (infoPtr->Self, parent_rect.left,
> -		parent_rect.bottom - infoPtr->height,
> -		width, infoPtr->height, TRUE);
> +    SetWindowPos(infoPtr->Self, HWND_TOP,
> +                 parent_rect.left, parent_rect.bottom - infoPtr->height,
> +                 width, infoPtr->height, SWP_NOZORDER);
> +

What is this change for?

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list