wine/ objects/gdiobj.c objects/dc.c include/wi ...

Alexandre Julliard julliard at winehq.org
Tue Nov 4 19:43:57 CST 2003


ChangeSet ID:	9976
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/04 19:43:57

Modified files:
	objects        : gdiobj.c dc.c 
	include        : wingdi.h gdi.h 
	graphics/x11drv: pen.c brush.c 
	dlls/x11drv    : x11drv.spec 
	dlls/gdi/mfdrv : init.c 
	dlls/gdi/enhmfdrv: init.c 
	dlls/gdi       : gdi32.spec driver.c 

Log message:
	Ulrich Czekalla <ulrich at codeweavers.com>
	Implemented SetDCPenColor and SetDCBrushColor.

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

Old revision  New revision  Changes     Path
 1.90          1.91          +4 -0       wine/objects/gdiobj.c
 1.101         1.102         +82 -3      wine/objects/dc.c
 1.95          1.96          +3 -1       wine/include/wingdi.h
 1.85          1.86          +4 -0       wine/include/gdi.h
 1.16          1.17          +14 -0      wine/graphics/x11drv/pen.c
 1.30          1.31          +14 -2      wine/graphics/x11drv/brush.c
 1.47          1.48          +2 -0       wine/dlls/x11drv/x11drv.spec
 1.25          1.26          +2 -0       wine/dlls/gdi/mfdrv/init.c
 1.26          1.27          +2 -0       wine/dlls/gdi/enhmfdrv/init.c
 1.30          1.31          +1 -0       wine/dlls/gdi/gdi32.spec
 1.28          1.29          +2 -0       wine/dlls/gdi/driver.c




More information about the wine-cvs mailing list