ChangeSet ID: 16488 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/08 10:26:23
Modified files: dlls/riched20 : wrap.c style.c run.c paint.c editstr.h editor.h editor.c
Log message: Krzysztof Foltman kfoltman@portal.onet.pl Old font management replaced by the cache-based one, which keeps maximum of 10 HFONTs at once, instead of one per a couple of runs.
Patch: http://cvs.winehq.org/patch.py?id=16488
Old revision New revision Changes Path 1.1 1.2 +0 -1 wine/dlls/riched20/wrap.c 1.1 1.2 +89 -43 wine/dlls/riched20/style.c 1.1 1.2 +8 -9 wine/dlls/riched20/run.c 1.2 1.3 +2 -15 wine/dlls/riched20/paint.c 1.1 1.2 +11 -0 wine/dlls/riched20/editstr.h 1.1 1.2 +2 -4 wine/dlls/riched20/editor.h 1.3 1.4 +15 -0 wine/dlls/riched20/editor.c