TopLevelWindow Maximize

Dmitry Timoshkov dmitry at baikal.ru
Fri Dec 17 06:12:50 CST 2004


"Katia Maculan" <katia.maculan at isis-papyrus.com> wrote:

> +  switch (message) 
> +  {
> +    case WM_SHOWWINDOW:
> +    case WM_SIZE:
> +   DefWindowProc(hWnd, message, wParam, lParam);
> +   PostMessage (hWnd, WM_PAINT, 0, 0);

If you wish to schedule a WM_PAINT message you have to invalidate
a window.

-- 
Dmitry.




More information about the wine-devel mailing list