wine/ objects/dc.c objects/clipping.c include/ ...

Alexandre Julliard julliard at winehq.org
Fri Feb 13 14:26:28 CST 2004


ChangeSet ID:	11080
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/02/13 14:26:28

Modified files:
	objects        : dc.c clipping.c 
	include        : gdi.h 
	dlls/x11drv    : xrender.c x11drv.h text.c init.c graphics.c 
	                 clipping.c bitblt.c 
	dlls/wineps    : clipping.c 
	dlls/gdi       : gdi_private.h 

Log message:
	Moved hGCClipRgn handling to the graphics driver.

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

Old revision  New revision  Changes     Path
 1.112         1.113         +1 -4       wine/objects/dc.c
 1.49          1.50          +28 -32     wine/objects/clipping.c
 1.93          1.94          +0 -1       wine/include/gdi.h
 1.32          1.33          +13 -4      wine/dlls/x11drv/xrender.c
 1.21          1.22          +2 -0       wine/dlls/x11drv/x11drv.h
 1.5           1.6           +13 -3      wine/dlls/x11drv/text.c
 1.5           1.6           +4 -9       wine/dlls/x11drv/init.c
 1.5           1.6           +6 -7       wine/dlls/x11drv/graphics.c
 1.3           1.4           +4 -2       wine/dlls/x11drv/clipping.c
 1.5           1.6           +1 -2       wine/dlls/x11drv/bitblt.c
 1.10          1.11          +1 -1       wine/dlls/wineps/clipping.c
 1.3           1.4           +1 -1       wine/dlls/gdi/gdi_private.h




More information about the wine-cvs mailing list