Commit 58b308db authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

riched20: Separate stream state from editor state.

Somewhat improves thread safety.
parent 4d74e1db
......@@ -300,7 +300,6 @@ typedef struct tagME_TextEditor
int nParagraphs;
int nLastSelStart, nLastSelEnd;
ME_FontCacheItem pFontCache[HFONT_CACHE_SIZE];
ME_OutStream *pStream;
BOOL bScrollX, bScrollY;
int nScrollPosY;
int nZoomNumerator, nZoomDenominator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment