Module: wine Branch: master Commit: 1bda5913fcc709f3500ac29fcbedf0ac9fae5cd2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1bda5913fcc709f3500ac29fc...
Author: Huw Davies huw@codeweavers.com Date: Fri Oct 9 12:59:22 2020 +0100
riched20: Use ME_Paragraph ptrs in a few of the table functions.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/caret.c | 6 +++--- dlls/riched20/editor.h | 8 ++++--- dlls/riched20/paint.c | 4 ++-- dlls/riched20/para.c | 13 ++++++++++++ dlls/riched20/table.c | 57 ++++++++++++++++++++++---------------------------- dlls/riched20/wrap.c | 9 ++++---- dlls/riched20/writer.c | 4 ++-- 7 files changed, 54 insertions(+), 47 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1bda5913fcc709f3500ac...