Module: wine Branch: master Commit: 06884fb1810ceb8d6c34439522f0edc9ef19238f URL: http://source.winehq.org/git/wine.git/?a=commit;h=06884fb1810ceb8d6c34439522...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Nov 30 17:56:01 2009 +0100
mshtml: Added IHTMLWindow2::get_screen implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlscreen.c | 230 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/htmlwindow.c | 16 +++- dlls/mshtml/mshtml_private.h | 6 +- dlls/mshtml/tests/dom.c | 21 ++++ 5 files changed, 270 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=06884fb1810ceb8d6c3443...