Huw Davies : riched20: Use paragraph and run ptrs in the cursor structure.

Alexandre Julliard julliard at winehq.org
Fri Nov 6 14:15:24 CST 2020


Module: wine
Branch: master
Commit: 00fa9a954602b47676c71b5e3ec6ac745e8fa940
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=00fa9a954602b47676c71b5e3ec6ac745e8fa940

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Nov  6 08:32:24 2020 +0000

riched20: Use paragraph and run ptrs in the cursor structure.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/riched20/caret.c     | 185 ++++++++++++++++++--------------------
 dlls/riched20/clipboard.c |   2 +-
 dlls/riched20/editor.c    | 221 ++++++++++++++++++++++------------------------
 dlls/riched20/editstr.h   |   4 +-
 dlls/riched20/paint.c     |  10 +--
 dlls/riched20/para.c      |  28 +++---
 dlls/riched20/richole.c   |  14 +--
 dlls/riched20/row.c       |  12 +--
 dlls/riched20/run.c       |  88 +++++++++---------
 dlls/riched20/style.c     |   6 +-
 dlls/riched20/table.c     |  82 ++++++++---------
 dlls/riched20/undo.c      |  14 +--
 dlls/riched20/wrap.c      |   8 +-
 dlls/riched20/writer.c    |  64 +++++++-------
 14 files changed, 359 insertions(+), 379 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=00fa9a954602b47676c71b5e3ec6ac745e8fa940



More information about the wine-cvs mailing list