[PATCH 1/2] user32: Do not call SendMessage() to show a window that is already visible.

Dmitry Timoshkov dmitry at baikal.ru
Thu Jun 6 21:34:04 CDT 2019


Alexey Prokhin <alexey at prokhin.ru> wrote:

> +    if ((cmd == SW_SHOW) && (GetWindowLongW( hwnd, GWL_STYLE ) & WS_VISIBLE))
> +        return TRUE;
> +
>      return SendMessageW( hwnd, WM_WINE_SHOWWINDOW, cmd, 0 );
>  }

It's not useful to resend a patch without investigating first why it wasn't
accepted previously.

-- 
Dmitry.



More information about the wine-devel mailing list