Module: wine Branch: master Commit: 965040f04b6816ce11d1d2d52f47d6cb4784a31e URL: https://gitlab.winehq.org/wine/wine/-/commit/965040f04b6816ce11d1d2d52f47d6c...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Aug 15 19:46:26 2023 +0300
mshtml: Use designated initializers in node vtables.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlanchor.c | 27 +++++---------- dlls/mshtml/htmlarea.c | 27 +++++---------- dlls/mshtml/htmlbody.c | 32 +++++++----------- dlls/mshtml/htmlcomment.c | 14 ++++---- dlls/mshtml/htmldoc.c | 57 +++++++++---------------------- dlls/mshtml/htmlelem.c | 14 ++++---- dlls/mshtml/htmlform.c | 30 +++++++---------- dlls/mshtml/htmlframe.c | 66 +++++++++++++++++------------------- dlls/mshtml/htmlgeneric.c | 14 ++++---- dlls/mshtml/htmlhead.c | 70 ++++++++++++++++----------------------- dlls/mshtml/htmlimg.c | 28 ++++++---------- dlls/mshtml/htmlinput.c | 76 +++++++++++++++++------------------------- dlls/mshtml/htmllink.c | 29 ++++++---------- dlls/mshtml/htmlnode.c | 9 +++-- dlls/mshtml/htmlobject.c | 45 +++++++++++-------------- dlls/mshtml/htmlscript.c | 29 ++++++---------- dlls/mshtml/htmlselect.c | 59 +++++++++++++-------------------- dlls/mshtml/htmlstyleelem.c | 27 +++++---------- dlls/mshtml/htmltable.c | 81 +++++++++++++++------------------------------ dlls/mshtml/htmltextarea.c | 31 +++++++---------- dlls/mshtml/htmltextnode.c | 9 +++-- dlls/mshtml/svg.c | 52 ++++++++++++++--------------- 22 files changed, 324 insertions(+), 502 deletions(-)