richedit: Optimizations for the style selection.
commitf43570cbf0cc8b631287313718eeffdf76a29c6f
authorEric Pouech <eric.pouech@orange.fr>
Tue, 1 Jan 2008 21:05:33 +0000 (1 22:05 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Jan 2008 12:57:37 +0000 (2 13:57 +0100)
tree95a9483aa6d7ad6fd0ee9d1b89d445d4ace5d579
parent475b45d8abdab2017553d92d491513e19b17406a
richedit: Optimizations for the style selection.

Use a ME_Context for style selection/unselection.
Store the (x,y) dpi information for a given DC in the corresponding ME_Context structure.
dlls/riched20/context.c
dlls/riched20/editor.h
dlls/riched20/editstr.h
dlls/riched20/paint.c
dlls/riched20/run.c
dlls/riched20/style.c
dlls/riched20/wrap.c