Module: wine Branch: master Commit: bd4704280d2d5d884476c85531c9dfd566ac601e URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd4704280d2d5d884476c85531...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Thu Aug 13 08:44:18 2009 -0400
richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText.
Offsets are still used within the function, but this patch reduces the use of it at the entry to the function.
---
dlls/riched20/caret.c | 15 +++++------ dlls/riched20/editor.c | 65 ++++++++++++++++++++++++++--------------------- dlls/riched20/editor.h | 4 +- dlls/riched20/table.c | 19 +++++++------ dlls/riched20/txtsrv.c | 6 +++- dlls/riched20/undo.c | 4 ++- 6 files changed, 62 insertions(+), 51 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bd4704280d2d5d884476c8...