wined3d/d3d9: Set the initial scissor rect to the window size

H. Verbeet hverbeet at gmail.com
Thu Aug 21 17:00:09 CDT 2008


2008/8/21 Rico Schüller <kgbricola at web.de>:
> +    /* Set the scissor rect values */
> +    scissor.left=0;
> +    scissor.right=ThisDevice->ddraw_width;
> +    scissor.top=0;
> +    scissor.bottom=ThisDevice->ddraw_height;
> +    IWineD3DDevice_SetScissorRect(device, &scissor);
> +
Are you sure you shouldn't be using the primary swapchain's backbuffer
dimensions?



More information about the wine-patches mailing list