commit | be0fb1ef5dfcf3031e4b230523f8288ecc6d215c | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Wed Aug 12 09:05:42 2009 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 12 17:29:20 2009 +0200 |
tree | eae3068f9960a360f6eed0162de2b2c550273496 | |
parent | e726a5cca186db7e28aed52559abdf4e9751d9fe [diff] |
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).