http://bugs.winehq.org/show_bug.cgi?id=5162
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #23 from Dylan Smith dylan.ah.smith@gmail.com 2008-11-14 18:02:06 --- I am assigning myself to this bug because I have started implementing windowless richedit controls according to my proposed steps I already mentioned.
I have an initial implementation of ITextHost, and now I need to replace references to editor->hWnd with calls to ITextHost_Tx*. I replaced a couple GetDC calls and made sure it compiled and run without problems, so the calling calling convention wrappers seem to be working. It won't be until I can completely get rid of the ME_TextEditor.hWnd variable that I will be able to move on to implementing ITextServices.
In the mean time, if someone wants to help me, adding TextServices tests would be very helpful.