wine/ windows/painting.c windows/driver.c obje ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 27 15:09:46 CST 2003


ChangeSet ID:	7344
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/02/27 15:09:46

Modified files:
	windows        : painting.c driver.c 
	objects        : metafile.c font.c dc.c 
	include        : wownt32.h 
	dlls/winmm     : mmsystem.c message16.c Makefile.in .cvsignore 
	dlls/winaspi   : winaspi16.c Makefile.in .cvsignore 
	dlls/user/dde  : ddeml16.c 
	dlls/user      : wnd16.c user16.c property.c hook16.c 
	                 Makefile.in .cvsignore 
	dlls/setupapi  : virtcopy.c Makefile.in .cvsignore 
	dlls/msvideo   : msvideo16.c Makefile.in .cvsignore 
	dlls/kernel    : utthunk.c Makefile.in .cvsignore 
	dlls/gdi       : printdrv.c gdi16.c Makefile.in .cvsignore 
	controls       : edit.c 

Log message:
	Replaced most uses of the auto-generated glue code by explicit calls
	to WOWCallback16Ex.

Patch: http://cvs.winehq.com/patch.py?id=7344

Old revision  New revision  Changes     Path
 1.83          1.84          +0 -45      wine/windows/painting.c
 1.43          1.44          +15 -5      wine/windows/driver.c
 1.56          1.57          +16 -7      wine/objects/metafile.c
 1.95          1.96          +13 -6      wine/objects/font.c
 1.89          1.90          +11 -5      wine/objects/dc.c
 1.7           1.8           +4 -0       wine/include/wownt32.h
 1.90          1.91          +12 -9      wine/dlls/winmm/mmsystem.c
 1.7           1.8           +27 -8      wine/dlls/winmm/message16.c
 1.32          1.33          +0 -2       wine/dlls/winmm/Makefile.in
 1.11          1.12          +0 -1       wine/dlls/winmm/.cvsignore
 1.31          1.32          +4 -8       wine/dlls/winaspi/winaspi16.c
 1.17          1.18          +0 -2       wine/dlls/winaspi/Makefile.in
 1.11          1.12          +0 -1       wine/dlls/winaspi/.cvsignore
 1.9           1.10          +20 -5      wine/dlls/user/dde/ddeml16.c
 1.16          1.17          +8 -5       wine/dlls/user/wnd16.c
 1.10          1.11          +61 -6      wine/dlls/user/user16.c
 1.8           1.9           +15 -6      wine/dlls/user/property.c
 1.2           1.3           +8 -5       wine/dlls/user/hook16.c
 1.61          1.62          +0 -2       wine/dlls/user/Makefile.in
 1.11          1.12          +0 -1       wine/dlls/user/.cvsignore
 1.15          1.16          +38 -26     wine/dlls/setupapi/virtcopy.c
 1.16          1.17          +0 -2       wine/dlls/setupapi/Makefile.in
 1.7           1.8           +0 -1       wine/dlls/setupapi/.cvsignore
 1.9           1.10          +23 -7      wine/dlls/msvideo/msvideo16.c
 1.23          1.24          +0 -2       wine/dlls/msvideo/Makefile.in
 1.10          1.11          +0 -1       wine/dlls/msvideo/.cvsignore
 1.19          1.20          +17 -9      wine/dlls/kernel/utthunk.c
 1.53          1.54          +0 -2       wine/dlls/kernel/Makefile.in
 1.14          1.15          +0 -1       wine/dlls/kernel/.cvsignore
 1.30          1.31          +10 -4      wine/dlls/gdi/printdrv.c
 1.10          1.11          +22 -11     wine/dlls/gdi/gdi16.c
 1.44          1.45          +0 -2       wine/dlls/gdi/Makefile.in
 1.10          1.11          +0 -1       wine/dlls/gdi/.cvsignore
 1.109         1.110         +10 -5      wine/controls/edit.c




More information about the wine-cvs mailing list