ChangeSet ID: 13904
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/23 17:51:42
Modified files:
dlls/comctl32 : hotkey.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make the control look more like native by using the right font and
spacing.
- Use TextOutW rather than DrawTextW as we don't use any features of
DrawTextW.
- Fix caret size and position.
- Implement WM_CHAR and WM_SYSCHAR messages.
Patch: http://cvs.winehq.org/patch.py?id=13904
Old revision New revision Changes Path
1.30 1.31 +35 -37 wine/dlls/comctl32/hotkey.c
ChangeSet ID: 13900
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/22 23:48:25
Modified files:
server : fd.c
include : config.h.in
. : configure.ac configure
Log message:
Added support for epoll() as an alternative to poll() (based on the
work of Shachar Shemesh and Mike McCormack).
Patch: http://cvs.winehq.org/patch.py?id=13900
Old revision New revision Changes Path
1.26 1.27 +118 -0 wine/server/fd.c
1.198 1.199 +6 -0 wine/include/config.h.in
1.311 1.312 +2 -0 wine/configure.ac
1.601 1.602 +4 -0 wine/configure