richedit: Move message handling to function callable without window.
commit5dc1271ba6af791e2f7475da12ed7fb1b25451ba
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 19 Dec 2008 15:57:28 +0000 (19 10:57 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 20 Dec 2008 10:43:44 +0000 (20 11:43 +0100)
treeb940d1244514acc930a9567800485219c322a020
parent97a83147b3ce867604088fec0072290c044ed30e
richedit: Move message handling to function callable without window.

In order to make the message handling available to windowless richedit
controls, the message handling must be in a function that can be
called from the ITextServices_TxSendMessage method.  This method will
never have a handle to a window to pass to RichEditWndProc_common in
order to get the editor with GetWindowLongPtrW, but passing the editor
will work (even if hWnd is NULL).
dlls/riched20/editor.c
dlls/riched20/editor.h