ChangeSet ID: 19861
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/29 04:30:19
Modified files:
dlls/uxtheme : msstyles.h msstyles.c draw.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Implement "manual" image sharing(as opposed to using LoadImage() with
LR_SHARED) by keeping the loaded images in a list. This is needed for
proper alpha support later on since once-per-image preparations will
be needed then.
Patch: http://cvs.winehq.org/patch.py?id=19861
Old revision New revision Changes Path
1.9 1.10 +10 -1 wine/dlls/uxtheme/msstyles.h
1.18 1.19 +33 -2 wine/dlls/uxtheme/msstyles.c
1.29 1.30 +2 -1 wine/dlls/uxtheme/draw.c