richedit: Use ME_Cursor instead of offsets for ME_GetCharFormat.
commitade37203a533354d1806aea93176bdacd181e249
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 12 Aug 2009 13:06:09 +0000 (12 09:06 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Aug 2009 15:35:42 +0000 (12 17:35 +0200)
tree6e81458e49b4b6afb1eea46bd4185200f432499e
parent2bc726930f1a1f6a05070a015a9f116a87169932
richedit: Use ME_Cursor instead of offsets for ME_GetCharFormat.

Prevent extra conversions from character offset to ME_Cursor.
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/run.c