richedit: Used ITextHost methods to avoid using window handle directly.
commit05c788ac6f464b75c2a55c847a91d3a79261ca8e
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 20 Jan 2009 06:41:32 +0000 (20 01:41 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Jan 2009 10:54:43 +0000 (21 11:54 +0100)
treea207b57c26ac57cce530a5c7f94c08d04545a8aa
parent6c4dda009e8fe1d18cd110bd7ac71805122ef1d3
richedit: Used ITextHost methods to avoid using window handle directly.

The methods in ITextHost are mostly thin wrappers around functions that
take a handle to a window as their first parameter.  This patch just
uses the wrapper functions provided by ITextHost instead of using the
functions that require a handle to a window that the editor might now
have (for windowless richedit controls).
dlls/riched20/caret.c
dlls/riched20/context.c
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/paint.c
dlls/riched20/para.c
dlls/riched20/run.c
dlls/riched20/table.c
dlls/riched20/wrap.c