QUARTZ: Patch 1 - Fix video rendering sizing/positioning bugs

Alexandre Julliard julliard at winehq.org
Tue Jun 19 06:02:18 CDT 2007


a_villacis at palosanto.com writes:

> +        case WM_SIZE:
> +            TRACE("WM_SIZE %d %d\n", LOWORD(lParam), HIWORD(lParam));
> +            SetWindowPos(hwnd, NULL, pVideoRenderer->WindowPos.left, pVideoRenderer->WindowPos.top, LOWORD(lParam), HIWORD(lParam), SWP_NOZORDER);

Why do you want to resize a window that has just been resized?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list