ChangeSet ID: 14198
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/18 16:44:32
Modified files:
dlls/winmm : winemm.h time.c mmsystem.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
Revise winmm/time.c to fix timer resolution at 1 ms. This then allows
a much more efficient implementation of timer events and timeGetTime,
and callers that used sub 10 ms resolution will now get correct
results.
Patch: http://cvs.winehq.org/patch.py?id=14198
Old revision New revision Changes Path
1.57 1.58 +1 -2 wine/dlls/winmm/winemm.h
1.26 1.27 +196 -101 wine/dlls/winmm/time.c
1.108 1.109 +1 -4 wine/dlls/winmm/mmsystem.c
ChangeSet ID: 14193
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/18 16:22:44
Modified files:
include : winuser.h
dlls/user : listbox.c controls.h combo.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Implement LBS_COMBOBOX, and make use of it.
Better separation between the Listbox and Combobox.
Have a single set of wndprocs, just like Windows.
Patch: http://cvs.winehq.org/patch.py?id=14193
Old revision New revision Changes Path
1.192 1.193 +1 -0 wine/include/winuser.h
1.3 1.4 +98 -190 wine/dlls/user/listbox.c
1.18 1.19 +0 -3 wine/dlls/user/controls.h
1.3 1.4 +2 -1 wine/dlls/user/combo.c