ChangeSet ID: 12841
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/08 15:17:59
Modified files:
objects : gdiobj.c
include : wingdi.h
Log message:
Andreas Mohr <andi(a)rhlx01.fht-esslingen.de>
Several GDI object handling functions are defined to take a HGDIOBJ
instead of a HANDLE.
Patch: http://cvs.winehq.org/patch.py?id=12841
Old revision New revision Changes Path
1.98 1.99 +6 -6 wine/objects/gdiobj.c
1.106 1.107 +17 -17 wine/include/wingdi.h
ChangeSet ID: 12839
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/08 15:15:46
Modified files:
controls : scroll.c
Log message:
Troy Rollo <wine(a)troy.rollo.name>
- Setting the scroll range with the "bRedraw" flag set to true on a
non-control scrollbar resulted in the scrollbar being drawn over the
whole window area.
- If you don't set WS_HSCROLL/WS_VSCROLL on window creation, setting a scroll
range does nothing. Setting the scroll range to a non-zero range should cause
scroll bars to be displayed. Setting the range to a zero range
should cause the relevant scroll bar to be hidden.
Patch: http://cvs.winehq.org/patch.py?id=12839
Old revision New revision Changes Path
1.80 1.81 +4 -1 wine/controls/scroll.c