richedit: Removed some unnecessary SendMessage calls to itself.

Dylan Smith dylan.ah.smith at gmail.com
Tue Dec 16 02:43:43 CST 2008


SendMessage has the undesirable dependancy on providing a window handle,
and also takes more work to process the message.  This is unnecessary
when internal function can be called instead.
---
 dlls/riched20/caret.c  |    6 ++----
 dlls/riched20/editor.c |   11 ++++++++---
 2 files changed, 10 insertions(+), 7 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Removed-some-unnecessary-SendMessage-ca.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20081216/df978894/attachment.txt 


More information about the wine-patches mailing list