richedit: Make the ME_GetCursorOfs function more flexible.
commitbe0fb1ef5dfcf3031e4b230523f8288ecc6d215c
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 12 Aug 2009 13:05:42 +0000 (12 09:05 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Aug 2009 15:29:20 +0000 (12 17:29 +0200)
treeeae3068f9960a360f6eed0162de2b2c550273496
parente726a5cca186db7e28aed52559abdf4e9751d9fe
richedit: Make the ME_GetCursorOfs function more flexible.

This function will make it easier to work with ME_Cursor objects, which
should be used in a lot of places instead of character offsets (which
often require seeking through the linked lists to perform operations
with).
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/table.c