richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText.
commitbd4704280d2d5d884476c85531c9dfd566ac601e
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 13 Aug 2009 12:44:18 +0000 (13 08:44 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Aug 2009 13:35:17 +0000 (13 15:35 +0200)
tree76465f9889a4396532f8d8a89f881f9992a6dc47
parent8f0dfaba3020d5e660705446fb13b39b71979a22
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
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/table.c
dlls/riched20/txtsrv.c
dlls/riched20/undo.c