mshtml: Added IHTMLTableRow::bgColor property implementation.

Zhenbo Li litimetal at gmail.com
Mon Mar 24 10:48:35 CDT 2014


As MSDN said, bgColor property can be a VARIANT of type VT_BSTR or VT_I4 
that receives one of the color names or RGB values in the Color 
Table.[1] So I declared variant_to_nscolor(from htmlbody.c) in 
mshtml_private.h

[1]: http://msdn.microsoft.com/en-us/library/aa741715%28v=vs.85%29.aspx
---
  dlls/mshtml/htmlbody.c       |  2 +-
  dlls/mshtml/htmltablerow.c   | 29 +++++++++++++++++++++++++----
  dlls/mshtml/mshtml_private.h |  2 ++
  dlls/mshtml/tests/dom.c      | 37 +++++++++++++++++++++++++++++++++++++
  4 files changed, 65 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mshtml-Added-IHTMLTableRow-bgColor-property-implementa.txt
Type: text/x-patch
Size: 4592 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140324/171882ef/attachment.bin>


More information about the wine-patches mailing list