shdocvw:WebBrowser_get_Busy implementation [take 2]

Jared Lapsley jared151 at gmail.com
Thu Mar 13 07:16:41 CDT 2008


Implements WebBrowser_get_Busy function defined in Bugzilla Bug #4924.
This is a low impact change that fixes Auto-Update features in programs
like Shot-Online.
dlls/shdocvw/dochost.c:
navigate_complete function resets busy bool to false.
dlls/shdocvw/navigate.c:
on_before_navigate2 function sets busy bool to true.
dlls/shdocvw/shdocvw.h:
variant_bool busy was added to DocHost structure.
dlls/shdocvw/webbrowser.c:
WebBrowser_get_Busy function implemented using DocHost busy variable.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Busy.diff
Type: text/x-patch
Size: 1738 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080313/c298b3af/attachment.bin 


More information about the wine-patches mailing list