ChangeSet ID: 19105 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/07/24 11:17:43 Modified files: dlls/riched20 : style.c paint.c editstr.h editor.h editor.c Log message: Phil Krylov <phil(a)newstar.rinet.ru> Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers. Patch: http://cvs.winehq.org/patch.py?id=19105 Old revision New revision Changes Path 1.6 1.7 +12 -3 wine/dlls/riched20/style.c 1.12 1.13 +44 -1 wine/dlls/riched20/paint.c 1.12 1.13 +1 -0 wine/dlls/riched20/editstr.h 1.18 1.19 +2 -0 wine/dlls/riched20/editor.h 1.46 1.47 +13 -8 wine/dlls/riched20/editor.c