richedit: Add paragraph field to wrap context to avoid searching for it.
commite082dd3042444b0e1c0971340e1ddcd9dcbc7376
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 6 Feb 2009 06:09:56 +0000 (6 01:09 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Feb 2009 13:50:27 +0000 (6 14:50 +0100)
tree5fadd5474524d929942c7827face41d80df118b3
parentd20e057d8e3f2aa72d31baa935bb90786ffc0a71
richedit: Add paragraph field to wrap context to avoid searching for it.

More case of searching for the paragraph through the linked list when
is was already previously available.  Since each wrap context is used
for wrapping each paragraph, I decided to add the reference to the
paragarph in the structure.
dlls/riched20/editstr.h
dlls/riched20/wrap.c