Implemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR (basic
authorKrzysztof Foltman <wdev@foltman.com>
Mon, 3 Oct 2005 11:03:48 +0000 (11:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Oct 2005 11:03:48 +0000 (11:03 +0000)
commit025a1a5445b96adbfde07ec8bcf2a11a31f2c5ee
treeb42c3f3cc10feff48853065f9c24c9ed68c5f9bb
parentc6593b04b965844b61d2ec4a04c18b598119718a
Implemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR (basic
suboptimal implementation, can be optimized to skip whole paragraphs
later if it's useful at all).
dlls/riched20/editor.c