ChangeSet ID: 10836 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/22 22:34:02
Modified files: dlls/uxtheme : uxini.c system.c stylemap.c property.c msstyles.h msstyles.c metric.c draw.c
Log message: Kevin Koltzau kevin@plop.org Load properties from the theme ini. Implemented most of the GetTheme* functions.
Patch: http://cvs.winehq.org/patch.py?id=10836
Old revision New revision Changes Path 1.2 1.3 +11 -8 wine/dlls/uxtheme/uxini.c 1.5 1.6 +4 -4 wine/dlls/uxtheme/system.c 1.2 1.3 +3 -3 wine/dlls/uxtheme/stylemap.c 1.2 1.3 +162 -20 wine/dlls/uxtheme/property.c 1.3 1.4 +20 -10 wine/dlls/uxtheme/msstyles.h 1.3 1.4 +158 -11 wine/dlls/uxtheme/msstyles.c 1.1 1.2 +1 -0 wine/dlls/uxtheme/metric.c 1.1 1.2 +20 -2 wine/dlls/uxtheme/draw.c