wined3d: Make WARN about oversized texture output surface and texture sizes

Henri Verbeet hverbeet at gmail.com
Sun Dec 28 08:46:46 CST 2008


2008/12/28 Vincent Pelletier <plr.vincent at gmail.com>:
> +        WARN("(%p) Creating an oversized surface: %ix%i\n", This, This->pow2Height, This->pow2Width);

pow2Height and pow2Width are unsigned, so you'd want to use %u there.



More information about the wine-devel mailing list