[2/2] mshtml: Add HTMLImageElementFactory::value for constructing IHTMLImgElement objects

Jacek Caban jacek at codeweavers.com
Wed Oct 21 15:14:31 CDT 2009


Jacek Caban wrote:
> argc = params->cArgs - params->cNamedArgs;
> width = argc >= 2 ? params->rgvarg+argc-1 : ∅
> height = argc >= 1 ? params->rgvarg+argc-2 : ∅
I've made an obvious mistake here, but I guess it's easy to fix :)


Jacek



More information about the wine-devel mailing list