richedit: Use ITextHost interface in ME_LinkNotify.
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 28 Sep 2009 07:44:19 +0000 (03:44 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Sep 2009 10:54:16 +0000 (12:54 +0200)
commit0342ab0df1a0110ff751ca77cc589b2e924a805e
treed71ed3091f18a46070a42e4b3a8b91c3d56df083
parentbc4633a25bc5140455a19d4698cf67819fb9bf24
richedit: Use ITextHost interface in ME_LinkNotify.

Using the ITextHost interface allows this notification to be received
for windowless richedit controls.  Windowed richedit conrols have an
ITextHost implementation that will fill in hwndFrom and idFrom, but
these should probably be initialized to 0 for windowless richedit
controls.
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/wrap.c