Module: wine Branch: master Commit: f758d1effd0869c43ad82910dd3bd2e30f0807f8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f758d1effd0869c43ad82910d...
Author: Huw Davies huw@codeweavers.com Date: Fri Oct 16 12:08:09 2020 +0100
riched20: Pass a run ptr to, and return a para ptr from, the para splitting function.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/caret.c | 2 +- dlls/riched20/editor.h | 14 ++++++++------ dlls/riched20/para.c | 38 +++++++++++++++++++------------------- dlls/riched20/table.c | 10 +++++----- dlls/riched20/undo.c | 20 ++++++++++---------- 5 files changed, 43 insertions(+), 41 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f758d1effd0869c43ad82...