ChangeSet ID: 19162 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/27 05:54:49
Modified files: dlls/comctl32 : commctrl.c comctl32.h Makefile.in Added files: dlls/comctl32 : theming.c
Log message: Frank Richter frank.richter@gmail.com Added some generic code to allow subclassing (for the purpose of theming) of standard controls.
Patch: http://cvs.winehq.org/patch.py?id=19162
Old revision New revision Changes Path 1.94 1.95 +3 -0 wine/dlls/comctl32/commctrl.c 1.35 1.36 +4 -0 wine/dlls/comctl32/comctl32.h 1.41 1.42 +1 -0 wine/dlls/comctl32/Makefile.in Added 1.1 +0 -0 wine/dlls/comctl32/theming.c