ChangeSet ID: 16919
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/29 12:59:02
Modified files:
dlls/x11drv : dce.c
dlls/user/tests: Makefile.in .cvsignore
Added files:
dlls/user/tests: dce.c
Log message:
Only restore the DC attributes on the next GetDC, and add support for
the DCX_NORESETATTRS flag.
Get rid of the DCE flags, simplify the code a bit.
Add some test cases.
Patch: http://cvs.winehq.org/patch.py?id=16919
Old revision New revision Changes Path
1.2 1.3 +75 -141 wine/dlls/x11drv/dce.c
1.12 1.13 +1 -0 wine/dlls/user/tests/Makefile.in
1.17 1.18 +1 -0 wine/dlls/user/tests/.cvsignore
Added 1.1 +0 -0 wine/dlls/user/tests/dce.c
ChangeSet ID: 16918
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/29 12:57:15
Modified files:
dlls/oleaut32 : olepicture.c
Log message:
Alex VillacĂs Lasso <a_villacis(a)palosanto.com>
Fix failure to notice the use of a GIF palette index greater or equal
to 128 for transparency.
Patch: http://cvs.winehq.org/patch.py?id=16918
Old revision New revision Changes Path
1.57 1.58 +1 -1 wine/dlls/oleaut32/olepicture.c