ChangeSet ID: 14193 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@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@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