ChangeSet ID: 19175
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/27 10:16:09
Modified files:
dlls/comctl32 : listview.c header.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Since OpenThemeData() should return 0 in case theming is disabled
globally or for the application we don't need to check that when
calling OpenThemeData().
Patch: http://cvs.winehq.org/patch.py?id=19175
Old revision New revision Changes Path
1.425 1.426 +1 -2 wine/dlls/comctl32/listview.c
1.77 1.78 +1 -2 wine/dlls/comctl32/header.c
ChangeSet ID: 19168
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/27 07:07:03
Modified files:
dlls/comctl32 : progress.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Split up the drawing code into a set of smaller functions and also
moved some common computations into helper functions. All that to
facilitate the implementation of the forthcoming theming support.
Patch: http://cvs.winehq.org/patch.py?id=19168
Old revision New revision Changes Path
1.39 1.40 +208 -283 wine/dlls/comctl32/progress.c