Paul Gofman : mshtml: Export requestAnimationFrame() through a private interface.
Module: wine Branch: master Commit: fdb304ff1444a898fd81f12961c3006f4800ca32 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fdb304ff1444a898fd81f1296... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Thu Jul 8 03:34:21 2021 +0300 mshtml: Export requestAnimationFrame() through a private interface. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mshtml/dispex.c | 31 ++++++++- dlls/mshtml/htmlwindow.c | 126 +++++++++++++++++++++++++++-------- dlls/mshtml/mshtml_private.h | 6 ++ dlls/mshtml/mshtml_private_iface.idl | 18 +++++ 4 files changed, 149 insertions(+), 32 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fdb304ff1444a898fd81f...
participants (1)
-
Alexandre Julliard