richedit: Move implementation of EM_GETTEXTRANGE to its own function.
commit4f41972b15b865c792ecebce41f63243bdf5def4
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 16 Dec 2008 08:43:13 +0000 (16 03:43 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Dec 2008 13:09:40 +0000 (16 14:09 +0100)
tree953d773dbb28046d411e9672d7b068fa3e992bf2
parent970a500fb431b7d729c8ddb959d3c2a80403e28d
richedit: Move implementation of EM_GETTEXTRANGE to its own function.

The RichEditWndProc_common function is big enough already by handling
all the window messages, so moving code to handle a message to its own
function makes the code more readable.
dlls/riched20/editor.c