ChangeSet ID: 9952
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/03 22:17:29
Modified files:
dlls/d3d8 : device.c
Log message:
Carlos Lozano <clozano(a)andago.com>
Check that we don't write out of the defined range of palettes.
Patch: http://cvs.winehq.com/patch.py?id=9952
Old revision New revision Changes Path
1.90 1.91 +9 -0 wine/dlls/d3d8/device.c
ChangeSet ID: 9950
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/03 16:21:55
Modified files:
dlls/x11drv : dga2.c
dlls/ntdll : virtual.c
Log message:
Fixed type and protection values returned by NtQueryVirtualMemory to
be closer to what Windows does.
Allow using MEM_SYSTEM without MEM_RESERVE to avoid 64k alignment.
Use pread instead of lseek+read when faking mmap.
Patch: http://cvs.winehq.com/patch.py?id=9950
Old revision New revision Changes Path
1.14 1.15 +1 -1 wine/dlls/x11drv/dga2.c
1.15 1.16 +35 -33 wine/dlls/ntdll/virtual.c
ChangeSet ID: 9946
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/03 16:15:22
Modified files:
dlls/comctl32 : listview.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Make the listview send its notifications to the parent window passed
to it in CREATESTRUCT. Based on a treeview patch by Igor Grahek.
Patch: http://cvs.winehq.com/patch.py?id=9946
Old revision New revision Changes Path
1.369 1.370 +7 -6 wine/dlls/comctl32/listview.c