Alexey Prokhin alexey@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.