ChangeSet ID: 982891981450891959946603
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/22 20:33:01
Modified files:
dlls/comctl32 : pager.c
Log message:
Susan Farley <susan(a)codeweavers.com>
Horiz/Vert determination must be dynamic, as the style may not be set
upon creation; improved positioning and scrolling.
Patch: http://cvs.winehq.com/patch.py?id=982891981450891959946603
Revision Changes Path
1.24 +69 -80 wine/dlls/comctl32/pager.c
ChangeSet ID: 982891907230241108685732
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/22 20:31:47
Modified files:
windows/x11drv : clipboard.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
- We need to make sure we pay attention to if our call to
SetClipboardData from the X11DRV version of the function works. If not
we need to delete the global block we allocated. This is a sever memory
leak with large clipboard items.
- If an X selection it too large then X may give it to us in chunks,
we were not handling this well.
Patch: http://cvs.winehq.com/patch.py?id=982891907230241108685732
Revision Changes Path
1.29 +39 -24 wine/windows/x11drv/clipboard.c