ChangeSet ID: 19907
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/30 03:54:45
Modified files:
dlls/uxtheme : uxthemedll.h uxtheme.spec system.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
EnumThemeColors() and EnumThemeSizes() actually do not return a single
string with the color/size name, but rather a struct containing three
strings - name, display name and tooltip.
Patch: http://cvs.winehq.org/patch.py?id=19907
Old revision New revision Changes Path
1.5 1.6 +11 -2 wine/dlls/uxtheme/uxthemedll.h
1.7 1.8 +2 -2 wine/dlls/uxtheme/uxtheme.spec
1.23 1.24 +24 -10 wine/dlls/uxtheme/system.c
ChangeSet ID: 19906
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/30 03:54:31
Modified files:
dlls/uxtheme : draw.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Since theme images are reused now it's not really a good idea to
delete them in drawing functions.
Patch: http://cvs.winehq.org/patch.py?id=19906
Old revision New revision Changes Path
1.33 1.34 +0 -4 wine/dlls/uxtheme/draw.c