ChangeSet ID: 18659
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/05 06:45:57
Modified files:
dlls/uxtheme : msstyles.h msstyles.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Opening some theme class data now also increases the reference count
of the theme file, so as long as theme class data is still opened
somewhere, the theme file won't get freed. Otherwise, it could happen
that invalid class data was used, which could lead to problems.
Patch: http://cvs.winehq.org/patch.py?id=18659
Old revision New revision Changes Path
1.7 1.8 +3 -0 wine/dlls/uxtheme/msstyles.h
1.14 1.15 +5 -2 wine/dlls/uxtheme/msstyles.c
ChangeSet ID: 18658
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/05 06:45:41
Modified files:
dlls/uxtheme : draw.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Changed the default transparent color in case none was explicitly
specified from the upper left pixel color to magenta. Empirically
gives better results.
Patch: http://cvs.winehq.org/patch.py?id=18658
Old revision New revision Changes Path
1.12 1.13 +2 -2 wine/dlls/uxtheme/draw.c