ChangeSet ID: 13588 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/01 13:26:41
Modified files: windows : painting.c nonclient.c defwnd.c include : user.h dlls/user : uitools.c text.c controls.h Makefile.in Removed files: dlls/user : cache.c
Log message: Moved some window painting functions to uitools.c.
Patch: http://cvs.winehq.org/patch.py?id=13588
Old revision New revision Changes Path 1.94 1.95 +0 -346 wine/windows/painting.c 1.122 1.123 +1 -1 wine/windows/nonclient.c 1.90 1.91 +8 -5 wine/windows/defwnd.c 1.65 1.66 +0 -3 wine/include/user.h 1.1 1.2 +360 -7 wine/dlls/user/uitools.c 1.48 1.49 +2 -1 wine/dlls/user/text.c 1.16 1.17 +3 -0 wine/dlls/user/controls.h 1.81 1.82 +0 -1 wine/dlls/user/Makefile.in 1.5 Removed +0 -0 wine/dlls/user/cache.c