ChangeSet ID: 982006828307820735964924
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 14:40:28
Modified files:
graphics/x11drv: dib.c
objects : dib.c
Log message:
James Abbatiello <jabbey(a)codeweavers.com>
In CreateDIBSection, the offset into the file mapping does not have to
be a multiple of the memory allocation granularity.
Patch: http://cvs.winehq.com/patch.py?id=982006828307820735964924
Revision Changes Path
1.71 +17 -3 wine/graphics/x11drv/dib.c
1.50 +6 -1 wine/objects/dib.c
ChangeSet ID: 98200536527550537744537
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 14:16:05
Modified files:
windows : clipboard.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
If an application directly calls SetClipboardData with CF_TEXT and
then later called GetClipboardData with CF_TEXT we gave them a NULL
because we where not handling this case.
Patch: http://cvs.winehq.com/patch.py?id=98200536527550537744537
Revision Changes Path
1.35 +30 -12 wine/windows/clipboard.c