richedit: Move function ME_GetParaLineSpace to make it static.

Dylan Smith dylan.ah.smith at gmail.com
Tue Feb 9 11:07:22 CST 2010


The function is only used in wrap.c, but was defined in paint.c. Therefore
it makes sense to move the function and make it static.
---
 dlls/riched20/editor.h |    1 -
 dlls/riched20/paint.c  |   23 -----------------------
 dlls/riched20/wrap.c   |   23 +++++++++++++++++++++++
 3 files changed, 23 insertions(+), 24 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-richedit-Move-function-ME_GetParaLineSpace-to-mak.diff.txt
Type: text/x-patch
Size: 3167 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100209/90815cd3/attachment-0001.bin>


More information about the wine-patches mailing list