commit | 0342ab0df1a0110ff751ca77cc589b2e924a805e | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Mon Sep 28 03:44:19 2009 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 28 12:54:16 2009 +0200 |
tree | d71ed3091f18a46070a42e4b3a8b91c3d56df083 | |
parent | bc4633a25bc5140455a19d4698cf67819fb9bf24 [diff] |
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.