wine/ windows/winproc.c windows/winpos.c windo ...

Alexandre Julliard julliard at winehq.org
Mon Aug 30 19:02:03 CDT 2004


ChangeSet ID:	13555
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/08/30 19:02:03

Modified files:
	windows        : winproc.c winpos.c sysparams.c nonclient.c 
	                 defwnd.c cursoricon.c 
	include/wine   : wingdi16.h 
	dlls/user      : wnd16.c user16.c hook16.c 
	dlls/gdi/mfdrv : text.c graphics.c 
	dlls/gdi       : pen.c gdi16.c enhmetafile.c 
	dlls/commdlg   : fontdlg16.c 
	controls       : listbox.c edit.c combo.c 

Log message:
	Get rid of the non-standard CONV_POINT and CONV_RECT functions.

Patch: http://cvs.winehq.org/patch.py?id=13555

Old revision  New revision  Changes     Path
 1.117         1.118         +79 -32     wine/windows/winproc.c
 1.154         1.155         +49 -14     wine/windows/winpos.c
 1.61          1.62          +7 -1       wine/windows/sysparams.c
 1.121         1.122         +0 -25      wine/windows/nonclient.c
 1.89          1.90          +10 -2      wine/windows/defwnd.c
 1.71          1.72          +0 -20      wine/windows/cursoricon.c
 1.32          1.33          +0 -29      wine/include/wine/wingdi16.h
 1.20          1.21          +91 -21     wine/dlls/user/wnd16.c
 1.15          1.16          +121 -11    wine/dlls/user/user16.c
 1.6           1.7           +8 -2       wine/dlls/user/hook16.c
 1.9           1.10          +7 -1       wine/dlls/gdi/mfdrv/text.c
 1.8           1.9           +12 -3      wine/dlls/gdi/mfdrv/graphics.c
 1.1           1.2           +2 -1       wine/dlls/gdi/pen.c
 1.15          1.16          +85 -17     wine/dlls/gdi/gdi16.c
 1.1           1.2           +12 -10     wine/dlls/gdi/enhmetafile.c
 1.11          1.12          +12 -9      wine/dlls/commdlg/fontdlg16.c
 1.106         1.107         +5 -1       wine/controls/listbox.c
 1.137         1.138         +17 -3      wine/controls/edit.c
 1.109         1.110         +7 -3       wine/controls/combo.c




More information about the wine-cvs mailing list